From 7ea68d45b484924da547177b2c19261d79adb95e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 25 Apr 2020 23:34:33 +0200 Subject: [PATCH] Update config.ini --- conf/config.ini | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/conf/config.ini b/conf/config.ini index 97aff4d..48b1529 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -1,7 +1,7 @@ [server] hidden_host = port = __PORT__ -bind = 127.0.0.1 +bind = localhost tls_cert_path = tls_key_path = autocert = false @@ -9,6 +9,7 @@ templates_parent_dir = static_parent_dir = pages_parent_dir = keys_parent_dir = +hash_seed = [database] type = mysql @@ -31,6 +32,7 @@ landing = simple_nav = false wf_modesty = false chorus = false +forest = false disable_drafts = false single_user = __SINGLEUSER__ open_registration = true @@ -42,4 +44,29 @@ private = false local_timeline = true user_invites = default_visibility = +update_checks = false + +[oauth.slack] +client_id = +client_secret = +team_id = +callback_proxy = +callback_proxy_api = + +[oauth.writeas] +client_id = +client_secret = +auth_location = +token_location = +inspect_location = +callback_proxy = +callback_proxy_api = + +[oauth.gitlab] +client_id = +client_secret = +host = +display_name = +callback_proxy = +callback_proxy_api =