feat: adjust config to prod environment
This commit is contained in:
@@ -26,5 +26,5 @@ BACKEND_BASE_URL=https://backend.corp.internal/api
|
|||||||
###> appsmith apps ###
|
###> appsmith apps ###
|
||||||
# One line per Appsmith app you register — add more as you build more apps,
|
# One line per Appsmith app you register — add more as you build more apps,
|
||||||
# and add a matching line in config/services.yaml under appsmith.apps.
|
# and add a matching line in config/services.yaml under appsmith.apps.
|
||||||
APP_SANDBOX_LOGIN_URL=https://appsmith.corp.internal/app/sandbox/login-abc123
|
APP_SANDBOX_URL=https://appsmith.corp.internal/app/app-sandbox/login-1234567890abcdef
|
||||||
###< appsmith apps ###
|
###< appsmith apps ###
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ parameters:
|
|||||||
# Add one entry per app you build. Never accept a return URL from the
|
# Add one entry per app you build. Never accept a return URL from the
|
||||||
# request itself — always resolve through this map.
|
# request itself — always resolve through this map.
|
||||||
appsmith.apps:
|
appsmith.apps:
|
||||||
app-sandbox:
|
app-hub:
|
||||||
url: '%env(APP_SANDBOX_LOGIN_URL)%'
|
url: '%env(APP_HUB_URL)%'
|
||||||
role_prefix: 'app-sandbox-'
|
role_prefix: 'app-hub-'
|
||||||
access_role: 'app-sandbox-access'
|
access_role: 'app-hub-access'
|
||||||
|
|
||||||
# Named backends the proxy can forward to. A request picks one via the
|
# Named backends the proxy can forward to. A request picks one via the
|
||||||
# X-Backend header; omitting it uses "default". Add BACKEND_<KEY>_URL to
|
# X-Backend header; omitting it uses "default". Add BACKEND_<KEY>_URL to
|
||||||
|
|||||||
Reference in New Issue
Block a user