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