sacrebleu-dns/extra/config.ini.example

23 lines
378 B
Plaintext
Raw Normal View History

app_mode = "production" #Anything != production will show DEBUG messages
2020-12-13 19:55:27 +00:00
[App]
IP = ""
Port = 5353
2020-12-13 19:55:27 +00:00
Logfile = true
Logdir = "/var/log/"
[Database]
IP = "127.0.0.1"
2020-12-13 19:55:27 +00:00
Username = "sacrebleu"
Password = "superSecretPassword"
Port = "3306"
DB = "sacrebleudatabase"
Type = "mysql" #postgresql or mysql
2020-12-13 19:55:27 +00:00
[Redis]
IP = "127.0.0.1"
2020-12-13 19:55:27 +00:00
Port = 6379
Password = ""
DB = 0
TTL = 10 #In seconds