diff --git a/public/env-config.js b/public/env-config.js new file mode 100644 index 0000000..10e0246 --- /dev/null +++ b/public/env-config.js @@ -0,0 +1,4 @@ +window._env_ = { + REACT_APP_API: "https://api.jodel.anxietyprime.de", + REACT_APP_KC: "https://keycloak.anxietyprime.de", +} \ No newline at end of file