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 0ee165a commit fc83094Copy full SHA for fc83094
1 file changed
services/math-updater/src/config.ts
@@ -7,7 +7,6 @@ import { sharedConfigSchema } from "./shared-backend/config.js";
7
*/
8
const mathUpdaterConfigSchema = sharedConfigSchema.extend({
9
// Database
10
- CONNECTION_STRING: z.string(),
11
12
// Polis Service
13
POLIS_BASE_URL: z.string().url(),
0 commit comments