Files
enstrayedapi/config.example.json
2023-11-15 11:44:47 -08:00

24 lines
450 B
JSON

{
"redisServer": "hazeldale",
"redisPort": 6379,
"routesDirectory": "./routes",
"apiPort": 8081,
"cider": {
"targetHost": "localhost",
"targetPort": 10769,
"authKeyInDb": "apiAuthKeys.cider"
},
"azure": {
"connectionString": "",
"senderAddress": "apinotifications@enstrayed.com",
"authKeyInDb": "apiAuthKeys.azure",
"usageKeyPrefix": "apiUsage.azure."
}
}