summaryrefslogtreecommitdiff
path: root/src/Config.js
blob: 02f47047262a4daf6a4cb61499a38519f7298f63 (plain)
1
2
3
4
5
export const mode = globalThis.mode;
export const apiServer = globalThis.apiServer;
export const secureApiServer = globalThis.secureApiServer;
export const clientID = globalThis.clientID;
export const authRedirectURL = globalThis.authRedirectURL;