add comments to cider and boilerplate azure

This commit is contained in:
Enstrayed
2023-11-06 11:52:17 -08:00
parent f275bae2a7
commit 74d9b82e0e
6 changed files with 407 additions and 32 deletions

View File

@@ -2,6 +2,8 @@
"redisServer": "hazeldale",
"redisPort": 6379,
"routesDirectory": "./routes",
"apiPort": 8081,
"cider": {
@@ -9,5 +11,11 @@
"targetPort": 10769,
"authKeyInDb": "apiAuthKeys.cider"
},
"azure": {
"connectionString": "",
"senderAddress": ""
}
}