mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed LOGIN_API_URL & COMMUNITY_API_URL from frontend config
This commit is contained in:
parent
9211f52d7f
commit
e1197c5a6c
@ -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',
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user