Files
enstrayedapi/config.example.json
2024-03-27 22:45:05 -07:00

37 lines
728 B
JSON

{
"startup": {
"apiPort": 8081,
"routesDir": "./routes",
"documentationUrl": "https://api.enstrayed.com"
},
"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"
}
}