first commit

This commit is contained in:
Enstrayed
2023-11-05 22:37:31 -08:00
commit f275bae2a7
7 changed files with 924 additions and 0 deletions

13
config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"redisServer": "hazeldale",
"redisPort": 6379,
"apiPort": 8081,
"cider": {
"targetHost": "localhost",
"targetPort": 10769,
"authKeyInDb": "apiAuthKeys.cider"
}
}