feat: adjust config to prod environment
This commit is contained in:
@@ -17,10 +17,10 @@ parameters:
|
||||
# Add one entry per app you build. Never accept a return URL from the
|
||||
# request itself — always resolve through this map.
|
||||
appsmith.apps:
|
||||
app-sandbox:
|
||||
url: '%env(APP_SANDBOX_LOGIN_URL)%'
|
||||
role_prefix: 'app-sandbox-'
|
||||
access_role: 'app-sandbox-access'
|
||||
app-hub:
|
||||
url: '%env(APP_HUB_URL)%'
|
||||
role_prefix: 'app-hub-'
|
||||
access_role: 'app-hub-access'
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user