From 9b1e328370e144a10f3a05f2bd2475bd882b9610 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 15 May 2025 22:24:10 +0200 Subject: [PATCH] chore(service): switch convex vars --- templates/compose/convex.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/convex.yaml b/templates/compose/convex.yaml index cdaf985bb..82139d7c5 100644 --- a/templates/compose/convex.yaml +++ b/templates/compose/convex.yaml @@ -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:-}