blob: 05809f0978f41c1280356f58cda4024341d98f0e [file] [log] [blame]
Matteo Scandolo614766f2016-05-23 18:33:44 -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// You can retrieve token and sessionId from your browser cookies.
7
8module.exports = {
9 host: 'http://localhost:9999/', // XOS Url
10 xoscsrftoken: 'ogrMpnJgOGq43OxGd8jIKIx2aY1vl1Ci', // XOS token
11 xossessionid: 'l49h474keq0vsk6car6l1quz0oeyvohh' // XOS session id
12};