Fix Infisical project slug to cofi-register (5 char minimum)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6fa2958c75
commit
68440d202c
|
|
@ -7,7 +7,7 @@ services:
|
|||
# Infisical secret injection (secrets fetched at container startup)
|
||||
- INFISICAL_CLIENT_ID=${INFISICAL_CLIENT_ID}
|
||||
- INFISICAL_CLIENT_SECRET=${INFISICAL_CLIENT_SECRET}
|
||||
- INFISICAL_PROJECT_SLUG=cofi
|
||||
- INFISICAL_PROJECT_SLUG=cofi-register
|
||||
# Non-secret config (defaults inline)
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_BASE_URL=${NEXT_PUBLIC_BASE_URL:-https://register.collaborative-finance.net}
|
||||
|
|
|
|||
Loading…
Reference in New Issue