Skip to content
Snippets Groups Projects
Commit 8886ae19 authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Change keycloakUrl by removig host part

parent 348ad132
No related branches found
No related tags found
No related merge requests found
Pipeline #9089 failed
export const environment = { export const environment = {
production: true, production: true,
keycloakURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/auth/' //keycloakURL: 'https://kube-master-h1.informatik.fh-nuernberg.de:/auth/',
keycloakURL: '/auth/',
apiURL: 'http://localhost:8080/api'
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment