From 2b18017b3dbd5519e1fde4e765e256f3e2c672ae Mon Sep 17 00:00:00 2001 From: Mael GRAMAIN Date: Sun, 13 Dec 2020 15:46:19 -0400 Subject: [PATCH] Example config --- config.ini.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.ini.example diff --git a/config.ini.example b/config.ini.example new file mode 100644 index 0000000..6b919e5 --- /dev/null +++ b/config.ini.example @@ -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