Example config

This commit is contained in:
Mael G. 2020-12-13 15:46:19 -04:00
parent ab5144aa8c
commit 2b18017b3d

21
config.ini.example Normal file
View file

@ -0,0 +1,21 @@
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