blob: 63437270153ac76f2b0652940accd8ae28eacd25 [file] [log] [blame]
Matteo Scandolo8cc22e42016-04-12 09:00:04 -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 Scandolodd55c132016-04-13 10:46:08 -070010 host: 'http://xos.dev:9999/',
Matteo Scandolo2e4c3442016-04-29 10:20:01 -070011 xoscsrftoken: '6OdNq1P7Aydyut3KjWBZoXLPJhb4DcuQ',
12 xossessionid: 'fpyv5s71bj779wmguxtg8wori16kiyrz'
Matteo Scandolo8cc22e42016-04-12 09:00:04 -070013};