add migration to add consoleServerOrigin

This commit is contained in:
Girish Ramakrishnan
2022-05-05 09:37:05 -07:00
parent a7668624b4
commit ce054820a6
2 changed files with 21 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ const gDefaults = (function () {
result[exports.API_SERVER_ORIGIN_KEY] = 'https://api.cloudron.io';
result[exports.WEB_SERVER_ORIGIN_KEY] = 'https://cloudron.io';
result[exports.CONSOLE_SERVER_ORIGIN_KEY] = 'https://console.cloudron.io';
result[exports.DEMO_KEY] = false;
result[exports.APPSTORE_LISTING_CONFIG_KEY] = {