fix(service): set correct SERVICE_HEX magic env for Convex INSTANCE_SECRET
This commit is contained in:
parent
13077db1d8
commit
02373e1b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
environment:
|
||||
- SERVICE_URL_BACKEND_3210
|
||||
- INSTANCE_NAME=${INSTANCE_NAME:-self-hosted-convex}
|
||||
- INSTANCE_SECRET=${SERVICE_HEX_32_SECRET}
|
||||
- INSTANCE_SECRET=${SERVICE_HEX_64_SECRET}
|
||||
- CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}
|
||||
- ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}
|
||||
# URL of the Convex API as accessed by the client/frontend.
|
||||
|
|
|
|||
Loading…
Reference in a new issue