blob: 5f463b3ea16a63b3bca22ab7b4887af63fa279e7 [file] [log] [blame]
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -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 Scandoloe993b882016-05-17 17:30:14 -070010 host: 'http://xos.dev:9999/',
11 xoscsrftoken: 'rDX21sz1qNQeClOj1zvDu1yMqUBtzl0i',
12 xossessionid: '7ouvstt0dgpq2um4cak8uunp1ssl8cs6'
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070013};