delete config.json cause dont wanna leak keys

This commit is contained in:
Enstrayed
2023-11-07 14:56:15 -08:00
parent 5239ca9293
commit d9bb432f7d

View File

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