blob: 3ec6da8505dc0e8609af2426106ed2f72a100ecf [file] [log] [blame]
Matteo Scandolo5d568612016-01-26 11:02:16 -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 Scandolo0f9b0852016-01-27 13:51:07 -080010 host: 'http://clnode078.clemson.cloudlab.us:9999/'
Matteo Scandolo5d568612016-01-26 11:02:16 -080011};