diff options
| author | LLLL Colonq <llll@colonq> | 2024-08-08 21:52:29 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-08-08 21:52:29 -0400 |
| commit | 31d0954b9e51a0ca9071a92637e3a2e86660fe3e (patch) | |
| tree | b8cfa0aecb709991c9ca8a9fca572814b74dac74 /fig-frontend-client/config-test.m4 | |
| parent | 2482292d033013ff37bbd4cdac00632b3dc70323 (diff) | |
Auth for frontend
Diffstat (limited to 'fig-frontend-client/config-test.m4')
| -rw-r--r-- | fig-frontend-client/config-test.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fig-frontend-client/config-test.m4 b/fig-frontend-client/config-test.m4 index 0b876e0..6d41963 100644 --- a/fig-frontend-client/config-test.m4 +++ b/fig-frontend-client/config-test.m4 @@ -1,4 +1,6 @@ define(`CONFIG_SUBST', ` globalThis.mode = 0; globalThis.apiServer = "http://localhost:8000/api"; +globalThis.clientID = "q486jugzn2my4iw6l181o006ugye4j" +globalThis.authRedirectURL = "http://localhost:8000"; ') |
