patch config for production

This commit is contained in:
Sorrel Bri 2020-01-18 00:42:33 -08:00 committed by sorrelbri
parent ffef145527
commit 23daa25ca9

View file

@ -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'
} }