Skip to content

Commit

Permalink
Add missing test config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Apr 14, 2024
1 parent 09b036e commit a0932cb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions test/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"telegram": {
"token": "",
"serverPort": 4050
},
"botan": {
"token": ""
},
"db": {
"connectionString": "mongo/terretest"
},
"ingv": {
"pollingInterval": 60000,
"broadcastThreshold": 5
},
"social": {
"enabled": false,
"threshold": 3,
"facebook": {
"accessToken": "",
"pageId": ""
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"accessToken": "",
"accessTokenSecret": ""
}
},
"geonames": {
"username": "demo"
},
"mapbox": {
"token": "demo"
},
"stathat": {
"key": ""
}
}

0 comments on commit a0932cb

Please sign in to comment.