mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
config WALLET_AUTH_URL
This commit is contained in:
parent
d24cb5806f
commit
c636bf36ad
2
admin/.env.dist
Normal file
2
admin/.env.dist
Normal file
@ -0,0 +1,2 @@
|
||||
GRAPHQL_URI=http://localhost:4000/graphql
|
||||
WALLET_AUTH_URL=http://localhost/vue/authenticate?token=$1
|
||||
@ -17,8 +17,9 @@ const environment = {
|
||||
PRODUCTION: process.env.NODE_ENV === 'production' || false,
|
||||
}
|
||||
|
||||
const server = {
|
||||
const endpoints = {
|
||||
GRAPHQL_URI: process.env.GRAPHQL_URI || 'http://localhost:4000/graphql',
|
||||
WALLET_AUTH_URL: process.env.WALLET_AUTH_URL || 'http://localhost:3000/vue/authenticate?token=$1'
|
||||
}
|
||||
|
||||
const options = {}
|
||||
@ -26,7 +27,7 @@ const options = {}
|
||||
const CONFIG = {
|
||||
...version,
|
||||
...environment,
|
||||
...server,
|
||||
...endpoints,
|
||||
...options,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user