36 lines
671 B
JSON
36 lines
671 B
JSON
{
|
|
"startup": {
|
|
"apiPort": 8081,
|
|
"routesDir": "./routes"
|
|
},
|
|
|
|
"couchdb": {
|
|
"host": "hazeldale:5984",
|
|
"authorization": ""
|
|
},
|
|
|
|
"cider": {
|
|
"targetHosts": ["localhost:10769"],
|
|
|
|
"authKeysDoc": "cider"
|
|
},
|
|
|
|
"mailjet": {
|
|
"apiKey": "",
|
|
"senderAddress": "apinotifications@enstrayed.com",
|
|
"senderName": "API Notifications",
|
|
|
|
"authKeysDoc": "mailjet"
|
|
},
|
|
|
|
"etyd": {
|
|
"randomHexLength": 6,
|
|
"authKeyInDb": "apiAuthKeys.etyd"
|
|
},
|
|
|
|
"blog": {
|
|
"postsDirectory": "C:/Users/natha/Downloads/proto/posts",
|
|
"postsDirUrl": "/posts"
|
|
}
|
|
|
|
} |