blob: 6f37b4327d66efcf32f140b56a198294f8a8fd58 [file] [log] [blame]
Matteo Scandolo8a64fa42016-01-21 11:21:03 -08001// 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 = {
10 host: 'http://xos:9999/',
11 xoscsrftoken: 'ECWvwOnY0QfcDAlot6KZsInrPvNoz5F8',
12 xossessionid: 'nxc5wr1l6qhqwzl802on8f9xfk9uypv1'
13};