39 lines
819 B
JSON
39 lines
819 B
JSON
{
|
|
"startup": {
|
|
"apiPort": 8081,
|
|
"routesDir": "./routes",
|
|
"documentationUrl": "https://api.enstrayed.com"
|
|
},
|
|
|
|
"couchdb": {
|
|
"host": "hazeldale:5984",
|
|
"authorization": ""
|
|
},
|
|
|
|
"cider": {
|
|
"targetHost": "localhost",
|
|
"targetPort": 10769,
|
|
|
|
"authKeyInDb": "apiAuthKeys.cider"
|
|
},
|
|
|
|
"mailjet": {
|
|
"apiKey": "",
|
|
"senderAddress": "apinotifications@enstrayed.com",
|
|
"senderName": "API Notifications",
|
|
|
|
"authKeyInDb": "apiAuthKeys.mailjet",
|
|
"usageKeyPrefix": "apiUsage.mailjet."
|
|
},
|
|
|
|
"etyd": {
|
|
"randomHexLength": 6,
|
|
"authKeyInDb": "apiAuthKeys.etyd"
|
|
},
|
|
|
|
"blog": {
|
|
"postsDirectory": "C:/Users/natha/Downloads/proto/posts",
|
|
"postsDirUrl": "/posts"
|
|
}
|
|
|
|
} |