Commit f3f31ccb by nabil el mahiri

Add conf file

parent 642037ec
Pipeline #502 failed with stages
in 8 minutes 57 seconds
{
"plugins": [
"pine-express",
"pine-mongo",
"pine-redis",
"pine-blocks",
"pine-angular",
"pine-access",
"pine-admin",
"pine-urls",
"pine-checkout",
"pine-payments",
"pine-payzone",
"pine-i18n",
"hermes-travel",
"pine-hermes",
"pine-hermes-air",
"pine-hermes-lodge",
"pine-analytics",
"hermes-tour",
"theme-atlasvoyages",
"pine-avi-extra"
],
"logging": {},
"defaultStore": "mongo",
"http": {
"port": 7778,
"settings": {
"trust proxy": "true"
},
"middleware": {
"logger": "tiny",
"cookieParser": true,
"bodyParser": true,
"session": {
"secret": "session-secret-here",
"store": "redis",
"prefix": "av2:sess:"
}
},
"authentication": {
"strategies": {
"local": true
}
},
"exposeProviders": {
"controller": {
"get": {
"json": "default"
}
},
"instance": {
"get": {
"json": "default"
}
}
}
},
"mongo": {
"uri": "mongodb://127.0.0.1:27017/atlasvoyages-dev"
},
"redis": {
"namespace": "av"
},
"payments": {},
"hermes": {
"attUsers": true,
"sendVoucherToUser": true,
"key": "45974391914e39d453c982c8de332294edd3e0638f8ebc2a732d08d0",
"links": {
"profiles": "http://mk.fractalite.com/heracles/channel/key",
"customers": "http://attservices.fractalite.com/services/att",
"base": "http://mk.fractalite.com/",
"orders": "http://hermesv2.fractalite.com/orders",
"quotes": "http://hermesv2.fractalite.com/quotes",
"properties": "http://hermesv2.fractalite.com/properties",
"destinations": "http://hermesv2.fractalite.com/destinations",
"quotes-callback": "http://labs.fractalite.com:3030/callback/hermes-callbacks/quotes",
"scribe": "http://hermes-scribe.fractalite.com"
},
"lodge": {
"links": {
"base": "http://mk.fractalite.com/",
"quotes": "http://avalodge.fractalite.com/hermes-quotes"
}
}
},
"html": {
"theme": "theme-atlasvoyages",
"views": "/theme",
"cachebust": true,
"layouts": {
"admin": {
"css": [
"/css/common.css"
],
"regions": {
"layout": "layouts/default",
"header": "regions/header",
"footer": "regions/footer"
}
},
"default": {
"css": [
"//cdnjs.cloudflare.com/ajax/libs/angular-ui-select/0.8.3/select.min.css"
],
"regions": {
"layout": "layouts/default",
"header": "regions/header",
"footer": "regions/footer"
}
},
"landing-page": {
"css": [],
"regions": {
"layout": "layouts/landing-page",
"header": "regions/header",
"footer": "regions/footer"
}
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment