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