update gitignore and make example config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules/
|
||||
node_modules/
|
||||
config.json
|
||||
23
config.example.json
Normal file
23
config.example.json
Normal 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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user