blob: 05809f0978f41c1280356f58cda4024341d98f0e [file] [log] [blame]
// This is a default configuration for your development environment.
// You can duplicate this configuration for any of your Backend Environments.
// Different configurations are loaded setting a NODE_ENV variable that contain the config file name.
// `NODE_ENV=local npm start`
// You can retrieve token and sessionId from your browser cookies.
module.exports = {
host: 'http://localhost:9999/', // XOS Url
xoscsrftoken: 'ogrMpnJgOGq43OxGd8jIKIx2aY1vl1Ci', // XOS token
xossessionid: 'l49h474keq0vsk6car6l1quz0oeyvohh' // XOS session id
};