Matteo Scandolo | 68c2e72 | 2015-12-04 10:14:40 -0800 | [diff] [blame] | 1 | // 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 | |
| 9 | module.exports = { |
Matteo Scandolo | 8386933 | 2015-12-14 14:26:20 -0800 | [diff] [blame] | 10 | host: 'http://clnode015.clemson.cloudlab.us:9999/', |
Matteo Scandolo | 6c51294 | 2015-12-17 16:50:16 -0800 | [diff] [blame] | 11 | xoscsrftoken: 'gvAeNnr2DoQMorphFSxs4nXDSIDAT61Q', |
| 12 | xossessionid: 'qu69xzr4u5755w9hhuqa0djxacvi9k9i' |
Matteo Scandolo | 68c2e72 | 2015-12-04 10:14:40 -0800 | [diff] [blame] | 13 | }; |