patch config for production
This commit is contained in:
parent
37ba2cb268
commit
88222bf720
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const env = runtimeEnv();
|
|||
const production = {
|
||||
apiAddress: 'https://node-go-api.herokuapp.com/api/v1',
|
||||
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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue