Remove Redis as dependency

This commit is contained in:
Enstrayed
2024-03-27 16:47:45 -07:00
parent 29ef51f045
commit 96a8290a0e
4 changed files with 119 additions and 180 deletions

View File

@@ -1,11 +1,15 @@
{
"redisServer": "hazeldale",
"redisPort": 6379,
"routesDirectory": "./routes",
"apiPort": 8081,
"startup": {
"apiPort": 8081,
"routesDir": "./routes",
"documentationUrl": "https://api.enstrayed.com"
},
"couchdb": {
"host": "hazeldale:5984",
"authorization": ""
},
"cider": {
"targetHost": "localhost",
"targetPort": 10769,
@@ -25,6 +29,11 @@
"etyd": {
"randomHexLength": 6,
"authKeyInDb": "apiAuthKeys.etyd"
},
"blog": {
"postsDirectory": "C:/Users/natha/Downloads/proto/posts",
"postsDirUrl": "/posts"
}
}