Nuxt/examples/with-featherjs/config/production.json
2017-01-11 20:15:09 +01:00

12 lines
186 B
JSON

{
"host": "with-featherjs-app.feathersjs.com",
"port": 80,
"nedb": "NEDB_BASE_PATH",
"auth": {
"token": {
"secret": "FEATHERS_AUTH_SECRET"
},
"local": {}
}
}