blob: e4f9b73474d22278db8c4759a2d98e94f8fc6303 [file] [log] [blame]
Matteo Scandolo7dea2432016-03-24 15:11:29 -07001// This is a default configuration for your development environment.
2// You can duplicate this configuration for any of your Backend Environments.
3// Different configurations are loaded setting a NODE_ENV variable that contain the config file name.
4// `NODE_ENV=local npm start`
5//
6// If xoscsrftoken or xossessionid are not specified the browser value are used
7// (works only for local environment as both application are served on the same domain)
8
9module.exports = {
Matteo Scandolo97532ef2016-05-17 17:12:03 -070010 host: 'http://xos.dev:9999/',
Matteo Scandolo54bc5f72016-05-18 14:06:45 -070011 xoscsrftoken: 'v9QmTQomVGdvkps5K3AxWfTJeidrFOvt',
12 xossessionid: 'h0chy2q37rrd8vpbt62c89wvp31b0ycb'
Matteo Scandolo7dea2432016-03-24 15:11:29 -070013};