sacrebleu-dns/extra/config.ini.example
Mael G. efffac8b0a Refactoring of some vars and funcs name
Theses change breaks old configuration files but make the code readability better thanks to VSCode plugins.
2020-12-21 23:12:02 -04:00

22 lines
343 B
Plaintext

App_mode = "production" #Anything != production will show DEBUG messages
[App]
IP = ":"
Port = 5353
Logfile = true
Logdir = "/var/log/"
[Database]
IP = "127.0.0.1"
Username = "sacrebleu"
Password = "superSecretPassword"
Port = "3306"
Db = "sacrebleudatabase"
[Redis]
IP = "127.0.0.1"
Port = 6379
Password = ""
Db = 0
Ttl = 10 #In seconds