blob: 67006ec0c1f4266ad539bc62438b3aeb2b1b923a [file] [log] [blame]
Matteo Scandoloe3de73d2015-12-04 10:14:40 -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 = {
Matteo Scandoloc0128562016-02-08 14:17:42 -080010 host: 'http://clnode067.clemson.cloudlab.us:9999/',
11 xoscsrftoken: 'prHoBeRKIHqQE53sKYo3EfzHAgaVIQ1z',
12 xossessionid: 'mp5xe6345ef4fgs6n0t5rfd0su33c12x'
Matteo Scandoloe3de73d2015-12-04 10:14:40 -080013};