Remove Redis as dependency
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user