blob: d1e41fda5d1c3fa455bd0cfb764fbe951da715d5 [file] [log] [blame]
Matteo Scandolod7552052016-03-11 13:47:27 -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://apt088.apt.emulab.net:9999/',
Matteo Scandolocc9930e2016-03-11 15:01:01 -080011 xoscsrftoken: 'AcDUMSMLenXesxkAmRRfuDrrcm0nfK2R',
12 xossessionid: 'vpfim02rcpr3fcp4uf37l4ffilavr6x7'
Matteo Scandolod7552052016-03-11 13:47:27 -080013};