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

12 lines
226 B
JSON
Raw Normal View History

2017-01-11 19:13:38 +00:00
{
"host": "localhost",
2017-01-11 19:20:52 +00:00
"port": 3000,
2017-01-11 19:13:38 +00:00
"nedb": "../data/",
"auth": {
"token": {
"secret": "B/UmaCQUlnIn8lNq7h7KjkM5aqlRz+RkiZ/v3cPL72LYavj6d68HtxXfnrb5T70mdZxHjPNsNfBR7YE1sE6Hdg=="
},
"local": {}
}
}