fix: added missing env parameter for ADMIN_FRONTEND_APPFLOWY_CLOUD_URL
Adding ADMIN_FRONTEND_APPFLOWY_CLOUD_URL to `deploy.env` for convenience and consistency
This commit is contained in:
parent
21d5325235
commit
7713d80fae
|
|
@ -35,6 +35,8 @@ APPFLOWY_REDIS_URI=redis://${REDIS_HOST}:${REDIS_PORT}
|
||||||
ADMIN_FRONTEND_REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT}
|
ADMIN_FRONTEND_REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT}
|
||||||
## URL that connects to gotrue docker container
|
## URL that connects to gotrue docker container
|
||||||
ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999
|
ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999
|
||||||
|
## URL that connects to the cloud docker container
|
||||||
|
ADMIN_FRONTEND_APPFLOWY_CLOUD_URL=http://appflowy_cloud:8000
|
||||||
|
|
||||||
# authentication key, change this and keep the key safe and secret
|
# authentication key, change this and keep the key safe and secret
|
||||||
# self defined key, you can use any string
|
# self defined key, you can use any string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue