From 77983aa53f29b946b95bcacce12a9a33d38a4a7a Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 30 Jan 2020 00:55:43 -0800 Subject: [PATCH] update defaults --- loki_template.ini | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/loki_template.ini b/loki_template.ini index b1c9679..05b6806 100644 --- a/loki_template.ini +++ b/loki_template.ini @@ -1,7 +1,23 @@ [api] -public_url=https://yourDomainHereWithNoTrailingSlash +# required for pomf attachments to work in Session clients +#public_url=https://yourDomainHereWithNoTrailingSlash + +[test] +# only required if admin api is not enabled (having a modKey in config.json set enables the admin api) +#mod_token=zxc123 + +[database] +# if this is not set, it will use the memory driver and you'll lose data between restarts +#type = mysql +#host = localhost +#database = chat_getsession_overlay +#username = user +#password = password [whitelist] +# by adding an entry to list, only these Session IDs will be able to get tokens to interact #05ca2f4a8a6d0c87e1ac4bb50480ea5a0f397ff865745318a2bcd2e5d4455dc075=Comment [globals] +# add your immutable moderators here (=true) +#05ca2f4a8a6d0c87e1ac4bb50480ea5a0f397ff865745318a2bcd2e5d4455dc075=true