example config

This commit is contained in:
Mael G. 2020-12-13 15:55:38 -04:00
parent e75d15606d
commit 3939d2cd37

View file

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