1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

Update config.ini

This commit is contained in:
yalh76 2020-04-25 23:34:33 +02:00
parent 5d065b4df4
commit 7ea68d45b4

View file

@ -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 =