blob: 5f463b3ea16a63b3bca22ab7b4887af63fa279e7 [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/',
11 xoscsrftoken: 'rDX21sz1qNQeClOj1zvDu1yMqUBtzl0i',
12 xossessionid: '7ouvstt0dgpq2um4cak8uunp1ssl8cs6'
Matteo Scandolo7dea2432016-03-24 15:11:29 -070013};