re-added openid endpoint

This commit is contained in:
Marco Zeisler 2021-05-04 19:54:38 +02:00
parent ccd241b5df
commit f724154248

View File

@ -2,6 +2,7 @@ import {NgxLoggerLevel} from 'ngx-logger';
export const environment = {
title: 'Bsp 4 Gruppe 4',
openid_endpoint: 'https://waecm-sso.inso.tuwien.ac.at/auth/realms/waecm/protocol/openid-connect',
production: true,
location: window.location.hostname,
port: 8000,