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 = pages_parent_dir =
keys_parent_dir = keys_parent_dir =
hash_seed = hash_seed =
gopher_port = 0
[database] [database]
type = mysql type = mysql
@ -19,11 +20,12 @@ password = __DB_PWD__
database = __DB_NAME__ database = __DB_NAME__
host = localhost host = localhost
port = 3306 port = 3306
tls = false
[app] [app]
site_name = WriteFreely site_name = WriteFreely
site_description = WriteFreely_Blogs site_description = WriteFreely_Blogs
host = __DOMAIN__ host = https://__DOMAIN__
theme = write theme = write
editor = editor =
disable_js = false disable_js = false
@ -38,7 +40,7 @@ single_user = __SINGLE_USER__
open_registration = true open_registration = true
open_deletion = true open_deletion = true
min_username_len = 3 min_username_len = 3
max_blogs = 4 max_blogs = 1
federation = true federation = true
public_stats = true public_stats = true
monetization = false monetization = false
@ -48,6 +50,7 @@ local_timeline = true
user_invites = user_invites =
default_visibility = default_visibility =
update_checks = false update_checks = false
disable_password_auth = false
[oauth.slack] [oauth.slack]
client_id = client_id =
@ -73,3 +76,27 @@ display_name =
callback_proxy = callback_proxy =
callback_proxy_api = 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 =