Files
enstrayedapi/config.example.json
2024-03-27 16:47:45 -07:00

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"
}
}