BitcoinPrivateScamDB/config.example.js

13 lines
314 B
JavaScript

module.exports = {
"port": 8080,
"cache_refreshing_interval": 1000 * 60 * 60 * 2,
"Google_SafeBrowsing_API_Key": null,
"Github_Hook_Secret": null,
"Urlscan_API_Key": null,
"repository": {
author: "BTCPrivate",
name: "BitcoinPrivateScamDB",
branch: "master"
}
};