update gitignore and make example config

This commit is contained in:
Enstrayed
2023-11-07 14:54:48 -08:00
parent 97f6e97eee
commit 5239ca9293
2 changed files with 25 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules/
node_modules/
config.json

23
config.example.json Normal file
View File

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