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