blob: 465003da89d625ace2357ccddc771f9338297b00 [file] [log] [blame]
Matteo Scandolo68df51b2016-05-03 17:07:01 -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 = {
10 host: 'http://xos.dev:9999/',
11 xoscsrftoken: 'p5xTzNM2gHDnCpZO4GphloROs0kXmTDX',
12 xossessionid: 'fw0fio7kuwi9z5sm100xtat5cm5jbp5j'
13};