1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/with-feathers/config/default.json
2017-01-11 20:23:43 +01:00

12 lines
226 B
JSON

{
"host": "localhost",
"port": 3000,
"nedb": "../data/",
"auth": {
"token": {
"secret": "B/UmaCQUlnIn8lNq7h7KjkM5aqlRz+RkiZ/v3cPL72LYavj6d68HtxXfnrb5T70mdZxHjPNsNfBR7YE1sE6Hdg=="
},
"local": {}
}
}