blob: 8d76a20681a458a05df0e0654b57750566dc0085 [file] [log] [blame]
Matteo Scandolo68856082015-12-08 14:35:55 -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://130.127.133.87:9999',
Matteo Scandolo41f5c152015-12-09 17:09:55 -080011 xoscsrftoken: 'Ed51juEvODfN01dtXO7iqRkXDdBIL0sr',
12 xossessionid: 'b3vg7a2qtm7roclcwlqkf7f5xca645jx'
Matteo Scandolo68856082015-12-08 14:35:55 -080013};