We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b4fb4 commit a622d37Copy full SHA for a622d37
1 file changed
apps/cloudflare-workers/src/dev.ts
@@ -64,6 +64,8 @@ const devEnv = {
64
AUTH_DB_URL: `file:${DB_PATH}`,
65
JWT_ACCESS_SECRET: "dev-access-secret-do-not-use-in-production",
66
JWT_REFRESH_SECRET: "dev-refresh-secret-do-not-use-in-production",
67
+ GATEWAY_URL: "http://127.0.0.1:18789",
68
+ GATEWAY_TOKEN: process.env.GATEWAY_TOKEN ?? "",
69
};
70
71
const executionCtx: ExecutionContext = {
0 commit comments