mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
102 lines
2.2 KiB
INI
102 lines
2.2 KiB
INI
[server]
|
|
hidden_host =
|
|
port = __PORT__
|
|
bind = localhost
|
|
tls_cert_path =
|
|
tls_key_path =
|
|
autocert = false
|
|
templates_parent_dir =
|
|
static_parent_dir =
|
|
pages_parent_dir =
|
|
keys_parent_dir =
|
|
hash_seed =
|
|
gopher_port = 0
|
|
|
|
[database]
|
|
type = mysql
|
|
filename =
|
|
username = __DB_USER__
|
|
password = __DB_PWD__
|
|
database = __DB_NAME__
|
|
host = localhost
|
|
port = 3306
|
|
tls = false
|
|
|
|
[app]
|
|
site_name = WriteFreely
|
|
site_description = WriteFreely_Blogs
|
|
host = https://__DOMAIN__
|
|
theme = write
|
|
editor =
|
|
disable_js = false
|
|
webfonts = true
|
|
landing =
|
|
simple_nav = false
|
|
wf_modesty = false
|
|
chorus = false
|
|
forest = false
|
|
disable_drafts = false
|
|
single_user = __SINGLE_USER__
|
|
open_registration = true
|
|
open_deletion = true
|
|
min_username_len = 3
|
|
max_blogs = 1
|
|
federation = true
|
|
public_stats = true
|
|
monetization = false
|
|
notes_only = false
|
|
private = false
|
|
local_timeline = true
|
|
user_invites =
|
|
default_visibility =
|
|
update_checks = false
|
|
disable_password_auth = 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 =
|
|
|
|
[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 =
|