diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-05 02:58:33 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-05 02:58:33 -0500 |
| commit | cf0070ac5a78d8042fa74d407fb9cb65352e2066 (patch) | |
| tree | 85fb5cee6c7533b7ae6de846ed447772d7b67296 /src/Config.js | |
Initial commit
Diffstat (limited to 'src/Config.js')
| -rw-r--r-- | src/Config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.js b/src/Config.js new file mode 100644 index 0000000..25259c7 --- /dev/null +++ b/src/Config.js @@ -0,0 +1,4 @@ +export const mode = globalThis.mode; +export const apiServer = globalThis.apiServer; +export const clientID = globalThis.clientID; +export const authRedirectURL = globalThis.authRedirectURL; |
