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 2021-06-25 20:09:37 +02:00
parent e93915e524
commit 5ec9c945e6

View file

@ -10,6 +10,7 @@ static_parent_dir =
pages_parent_dir =
keys_parent_dir =
hash_seed =
gopher_port = 0
[database]
type = mysql
@ -19,11 +20,12 @@ password = __DB_PWD__
database = __DB_NAME__
host = localhost
port = 3306
tls = false
[app]
site_name = WriteFreely
site_description = WriteFreely_Blogs
host = __DOMAIN__
host = https://__DOMAIN__
theme = write
editor =
disable_js = false
@ -38,7 +40,7 @@ single_user = __SINGLE_USER__
open_registration = true
open_deletion = true
min_username_len = 3
max_blogs = 4
max_blogs = 1
federation = true
public_stats = true
monetization = false
@ -48,6 +50,7 @@ local_timeline = true
user_invites =
default_visibility =
update_checks = false
disable_password_auth = false
[oauth.slack]
client_id =
@ -73,3 +76,27 @@ display_name =
callback_proxy =
callback_proxy_api =
[oauth.gitea]
client_id =
client_secret =
host =
display_name =
callback_proxy =
callback_proxy_api =
[oauth.generic]
client_id =
client_secret =
host =
display_name =
callback_proxy =
callback_proxy_api =
token_endpoint =
inspect_endpoint =
auth_endpoint =
scope =
allow_disconnect = false
map_user_id =
map_username =
map_display_name =
map_email =