mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
todo port & define port due to my setup
This commit is contained in:
parent
a82f612be8
commit
35b45f4b3d
@ -19,6 +19,7 @@ const environment = {
|
||||
|
||||
const endpoints = {
|
||||
GRAPHQL_URI: process.env.GRAPHQL_URI || 'http://localhost:4000/graphql',
|
||||
// TODO port
|
||||
WALLET_AUTH_URL: process.env.WALLET_AUTH_URL || 'http://localhost:3000/vue/authenticate?token=$1'
|
||||
}
|
||||
|
||||
|
||||
@ -20,7 +20,8 @@ const environment = {
|
||||
|
||||
const endpoints = {
|
||||
GRAPHQL_URI: process.env.GRAPHQL_URI || 'http://localhost:4000/graphql',
|
||||
ADMIN_AUTH_URL: process.env.ADMIN_AUTH_URL || 'http://localhost/admin/authenticate?token=$1'
|
||||
// TODO port
|
||||
ADMIN_AUTH_URL: process.env.ADMIN_AUTH_URL || 'http://localhost:8080/admin/authenticate?token=$1'
|
||||
}
|
||||
|
||||
const options = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user