2020-12-13 20:55:27 +01:00
|
|
|
App_mode = "production" #Anything != production will show DEBUG messages
|
|
|
|
|
|
|
|
[App]
|
2020-12-22 04:12:02 +01:00
|
|
|
IP = ":"
|
2020-12-13 20:55:27 +01:00
|
|
|
Port = 5353
|
|
|
|
Logfile = true
|
|
|
|
Logdir = "/var/log/"
|
|
|
|
|
|
|
|
[Database]
|
2020-12-22 04:12:02 +01:00
|
|
|
IP = "127.0.0.1"
|
2020-12-13 20:55:27 +01:00
|
|
|
Username = "sacrebleu"
|
|
|
|
Password = "superSecretPassword"
|
|
|
|
Port = "3306"
|
|
|
|
Db = "sacrebleudatabase"
|
|
|
|
|
|
|
|
[Redis]
|
2020-12-22 04:12:02 +01:00
|
|
|
IP = "127.0.0.1"
|
2020-12-13 20:55:27 +01:00
|
|
|
Port = 6379
|
|
|
|
Password = ""
|
|
|
|
Db = 0
|
|
|
|
Ttl = 10 #In seconds
|