feat: make map key and signature optional
This commit is contained in:
4
env/server.ts
vendored
4
env/server.ts
vendored
@@ -58,8 +58,8 @@ export const env = createEnv({
|
||||
SEAMLESS_LOGOUT_SV: z.string(),
|
||||
WEBVIEW_ENCRYPTION_KEY: z.string(),
|
||||
BOOKING_ENCRYPTION_KEY: z.string(),
|
||||
GOOGLE_STATIC_MAP_KEY: z.string(),
|
||||
GOOGLE_STATIC_MAP_SIGNATURE_SECRET: z.string(),
|
||||
GOOGLE_STATIC_MAP_KEY: z.string().optional(),
|
||||
GOOGLE_STATIC_MAP_SIGNATURE_SECRET: z.string().optional(),
|
||||
},
|
||||
emptyStringAsUndefined: true,
|
||||
runtimeEnv: {
|
||||
|
||||
Reference in New Issue
Block a user