patch config for production
This commit is contained in:
parent
6f86007632
commit
188cd0b966
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const env = runtimeEnv();
|
||||||
const production = {
|
const production = {
|
||||||
apiAddress: 'https://node-go-api.herokuapp.com/api/v1',
|
apiAddress: 'https://node-go-api.herokuapp.com/api/v1',
|
||||||
endpoint: 'https://play-node-go.herokuapp.com',
|
endpoint: 'https://play-node-go.herokuapp.com',
|
||||||
authAddress: 'https://play-node-go.herokuapp.com',
|
authAddress: 'https://node-go.herokuapp.com/auth',
|
||||||
socketAddress: 'https://node-go-api.herokuapp.com'
|
socketAddress: 'https://node-go-api.herokuapp.com'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue