chore(service): switch convex vars
This commit is contained in:
parent
f64de364cb
commit
9b1e328370
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ services:
|
|||
- INSTANCE_SECRET=${SERVICE_HEX_32_SECRET}
|
||||
- CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}
|
||||
- ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}
|
||||
- CONVEX_CLOUD_ORIGIN=${SERVICE_FQDN_CONVEX_3210}
|
||||
- CONVEX_SITE_ORIGIN=${SERVICE_FQDN_CONVEX_3211}
|
||||
- CONVEX_CLOUD_ORIGIN=${SERVICE_URL_CONVEX_3210}
|
||||
- CONVEX_SITE_ORIGIN=${SERVICE_URL_CONVEX_3211}
|
||||
- DATABASE_URL=${DATABASE_URL:-}
|
||||
- DISABLE_BEACON=${DISABLE_BEACON:-}
|
||||
- REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-}
|
||||
|
|
|
|||
Loading…
Reference in a new issue