Files
enstrayedapi/config.json
2023-11-06 11:52:17 -08:00

21 lines
330 B
JSON

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