7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
SOCKETPATH:'"/gs-guide-websocket"',
|
|
API_ROOT: '"/api"'
|
|
}
|