Nuxt/examples/with-feathers/config/production.json

12 lines
186 B
JSON
Raw Normal View History

2017-01-11 19:13:38 +00:00
{
"host": "with-featherjs-app.feathersjs.com",
"port": 80,
"nedb": "NEDB_BASE_PATH",
"auth": {
"token": {
"secret": "FEATHERS_AUTH_SECRET"
},
"local": {}
}
}