41 lines
781 B
JSON
41 lines
781 B
JSON
{
|
|
"startup": {
|
|
"apiPort": 8081,
|
|
"routesDir": "./routes"
|
|
},
|
|
|
|
"couchdb": {
|
|
"host": "hazeldale:5984",
|
|
"authorization": ""
|
|
},
|
|
|
|
"mailjet": {
|
|
"apiKey": "",
|
|
"senderAddress": "apinotifications@enstrayed.com",
|
|
"senderName": "API Notifications",
|
|
|
|
"authKeysDoc": "mailjet"
|
|
},
|
|
|
|
"blog": {
|
|
"postsDirectory": "C:/Users/natha/Downloads/proto/posts",
|
|
"postsDirUrl": "/posts"
|
|
},
|
|
|
|
"nowplaying": {
|
|
"lastfm": {
|
|
"apiKey": "",
|
|
"target": "enstrayed"
|
|
},
|
|
"jellyfin": {
|
|
"apiKey": "",
|
|
"host": "",
|
|
"target": ""
|
|
},
|
|
"cider": {
|
|
"apiKeys": [],
|
|
"hosts": []
|
|
}
|
|
}
|
|
|
|
} |