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 4c1b5f1 commit 5543da1Copy full SHA for 5543da1
1 file changed
apps/webapp/test/registryConfig.test.ts
@@ -8,7 +8,7 @@ describe("getRegistryConfig", () => {
8
DIRECT_URL: "postgresql://test:test@localhost:5432/test",
9
SESSION_SECRET: "test-session-secret",
10
MAGIC_LINK_SECRET: "test-magic-link-secret",
11
- ENCRYPTION_KEY: "test-encryption-key",
+ ENCRYPTION_KEY: "test-encryption-keeeeey-32-bytes",
12
CLICKHOUSE_URL: "http://localhost:8123",
13
};
14
0 commit comments