removed LOGIN_API_URL & COMMUNITY_API_URL from frontend config

This commit is contained in:
Ulf Gebhardt 2021-09-28 13:44:05 +02:00 committed by einhornimmond
parent 92179fc558
commit 8606d96bc5

View File

@ -18,8 +18,6 @@ const environment = {
}
const server = {
LOGIN_API_URL: process.env.LOGIN_API_URL || 'http://localhost/login_api/',
COMMUNITY_API_URL: process.env.COMMUNITY_API_URL || 'http://localhost/api/',
GRAPHQL_URI: process.env.GRAPHQL_URI || 'http://localhost:4000/graphql',
}