add config.example.toml

This commit is contained in:
Elijah R 2024-07-26 00:26:05 -04:00
parent 13b1ce564a
commit 0708c53890

28
config.example.toml Normal file
View file

@ -0,0 +1,28 @@
[http]
host = "127.0.0.1"
port = 3000
[whitelister]
failOnWarn = true
[mysql]
host = "127.0.0.1"
user = "whitelister"
password = "hunter2"
database = "whitelister"
[cloudflare]
enabled = true
apiKey = ""
accountID = ""
listID = ""
[tests.asn]
enabled = true
blacklistFile = "./asn_blacklist"
maxmindDirectory = "./maxmind/"
maxmindAccountID = ""
maxmindLicenseKey = ""
[tests.spur]
enabled = true