fix(service-templates): update Convex service configuration to use FQDN variables

This commit is contained in:
Andras Bacsai
2025-06-05 11:58:21 +02:00
parent 746a801de7
commit 2ffb93ecdb
2 changed files with 4 additions and 4 deletions

View File

@@ -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_URL_CONVEX_3210}
- CONVEX_SITE_ORIGIN=${SERVICE_URL_CONVEX_3211}
- CONVEX_CLOUD_ORIGIN=${SERVICE_FQDN_CONVEX_3210}
- CONVEX_SITE_ORIGIN=${SERVICE_FQDN_CONVEX_3211}
- DATABASE_URL=${DATABASE_URL:-}
- DISABLE_BEACON=${DISABLE_BEACON:-}
- REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-}