1ec2b3c5a2
https://github.com/outout14/sacrebleu-dns/issues/11 https://github.com/outout14/sacrebleu-dns/issues/11#issuecomment-753423572
28 lines
No EOL
711 B
Text
28 lines
No EOL
711 B
Text
app_mode = "production" #Anything != production will show DEBUG messages
|
|
|
|
[App]
|
|
IP = ""
|
|
Port = 5353
|
|
Logfile = true
|
|
Logdir = "/var/log/"
|
|
|
|
[Database]
|
|
# Type can be either postgresql or mysql
|
|
Type = "mysql"
|
|
# if type if postgres, you can also connect to the DB with a socket file
|
|
Host = "127.0.0.1" # can be either an IP address or a socket, it's often /var/run/postgresql/
|
|
Username = "sacrebleu"
|
|
Password = "superSecretPassword"
|
|
Port = "3306"
|
|
DB = "sacrebleudatabase"
|
|
|
|
[Redis]
|
|
IP = "127.0.0.1"
|
|
Port = 6379
|
|
Password = ""
|
|
DB = 0
|
|
TTL = 10 #In seconds
|
|
|
|
[DNS]
|
|
XfrIPs = *, 10.100.0.3 #Array of slaves IPs
|
|
Nameservers = ns1.example.org, ns2.example.org, ns1.example.com #Arry of NS urls. (the first one is the master) |