We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bf158 commit 7f9be32Copy full SHA for 7f9be32
apps/server/vitest.config.ts
@@ -23,6 +23,15 @@ export default defineWorkersProject(async () => {
23
// setup file
24
bindings: {
25
TEST_MIGRATIONS: migrations,
26
+ GITHUB_CLIENT_ID: "xxx",
27
+ GITHUB_CLIENT_SECRET: "xxx",
28
+ JWT_SECRET: "test",
29
+ ACCOUNT_ID: "test",
30
+ R2_BUCKET_NAME: "test",
31
+ R2_ACCESS_KEY_ID: "test",
32
+ R2_SECRET_ACCESS_KEY: "test",
33
+ ENABLE_ACCOUNT_REGISTRATION: "true",
34
+ SERVER_URL: "http://localhost:5173",
35
},
36
r2Buckets: ["STORAGE_BUCKET"],
37
0 commit comments