Files
enstrayedapi/config.example.json
2024-02-10 14:38:58 -08:00

30 lines
583 B
JSON

{
"redisServer": "hazeldale",
"redisPort": 6379,
"routesDirectory": "./routes",
"apiPort": 8081,
"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"
}
}