blob: 0049d84dff4b59d5682a8bc6acefe8927121e4f7 (
plain)
1
2
3
4
5
6
|
define(`CONFIG_SUBST', `
globalThis.mode = "api";
globalThis.apiServer = "http://localhost:8000/api";
globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j"
globalThis.authRedirectURL = "http://localhost:8000/register";
')
|