aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/src/configuration')
-rw-r--r--code/app/src/configuration/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/app/src/configuration/index.ts b/code/app/src/configuration/index.ts
index a0ec66d..8e4334f 100644
--- a/code/app/src/configuration/index.ts
+++ b/code/app/src/configuration/index.ts
@@ -1,6 +1,6 @@
-export const BASE_DOMAIN = "stage.greatoffice.app";
-export const DEV_BASE_DOMAIN = "http://localhost";
-export const API_ADDRESS = "https://api." + BASE_DOMAIN;
+export const APP_ADDRESS = "https://stage.greatoffice.app";
+export const API_ADDRESS = "https://stage-api.greatoffice.app";
+export const DEV_APP_ADDRESS = "http://localhost";
export const DEV_API_ADDRESS = "http://localhost:5000";
export function api_base(path: string = "", explicitVersion = 1): string {