Files
enstrayedapi/config.json
2023-11-05 22:37:31 -08:00

13 lines
210 B
JSON

{
"redisServer": "hazeldale",
"redisPort": 6379,
"apiPort": 8081,
"cider": {
"targetHost": "localhost",
"targetPort": 10769,
"authKeyInDb": "apiAuthKeys.cider"
}
}