ButlerBin/config.js
Jack Hadrill f35eae30d5
All checks were successful
TerribleCodeClub/ButlerBin/pipeline/head This commit looks good
Add MongoDB support to Hastebin.
2020-06-09 01:26:48 +01:00

19 lines
392 B
JavaScript

{
"host": "0.0.0.0",
"port": 7777,
"keyLength": 5,
"keySpace": "abcdefghijklmnopqrstuvwxyz0123456789",
"staticMaxAge": 86400,
"mongodbUsername": "ButlerBot",
"mongodbPassword": "YzSwi2j2Pp6m5ln0",
"mongodbDbName": "butler_db",
"mongodbCollectionName": "pastes-test",
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
]
}