Rename RELAY_APPSTORE_ID to PROXY_APP_APPSTORE_ID

This commit is contained in:
Johannes Zellner
2022-06-09 13:57:57 +02:00
parent 25f44f58e3
commit 923a9f6560
4 changed files with 9 additions and 9 deletions

View File

@@ -508,7 +508,7 @@ async function writeAppNginxConfig(app, fqdn, type, bundle) {
if (type === apps.LOCATION_TYPE_PRIMARY || type === apps.LOCATION_TYPE_ALIAS || type === apps.LOCATION_TYPE_SECONDARY) {
data.endpoint = 'app';
if (app.manifest.id === constants.RELAY_APPSTORE_ID) {
if (app.manifest.id === constants.PROXY_APP_APPSTORE_ID) {
data.endpoint = 'external';
data.upstreamUri = app.upstreamUri;
}