add config.example.toml
This commit is contained in:
parent
13b1ce564a
commit
0708c53890
1 changed files with 28 additions and 0 deletions
28
config.example.toml
Normal file
28
config.example.toml
Normal 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
|
Loading…
Reference in a new issue