moved to env variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Keycloak from "keycloak-js";
|
||||
const keycloak = new Keycloak({
|
||||
url: "https://keycloak.anxietyprime.de/",
|
||||
url: process.env.REACT_APP_KC,
|
||||
realm: "Jodel",
|
||||
clientId: "jodel-frontend",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user