mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
ci(compose): ⚡ update docker compose deployment examples
This commit is contained in:
@ -40,7 +40,7 @@ export const configSchema = z.object({
|
||||
REDIS_URL: z.string().url().startsWith("redis://").optional(),
|
||||
|
||||
// Sentry
|
||||
SENTRY_DSN: z.string().url().optional(),
|
||||
SENTRY_DSN: z.string().url().startsWith("https://").optional(),
|
||||
|
||||
// GitHub (OAuth)
|
||||
GITHUB_CLIENT_ID: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user