Last active
December 19, 2020 13:41
-
-
Save johackim/f388f2d4ab54a913ae7cc156dc76decc to your computer and use it in GitHub Desktop.
Writefreely default config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[server] | |
port = 8080 | |
bind = 0.0.0.0 | |
[database] | |
type = mysql | |
username = writefreely | |
password = myp@ssw0rd | |
database = writefreely | |
host = mariadb | |
port = 3306 | |
[app] | |
site_name = #APP_TITLE | |
site_description = #APP_DESCRIPTION | |
host = #APP_URL | |
theme = #APP_THEME | |
disable_js = #APP_JS | |
webfonts = #APP_WEBFONT | |
landing = #APP_LANDING | |
single_user = #APP_SINGLEUSER | |
open_registration = #APP_OPENREGISTRATION | |
min_username_len = #APP_MINNAMELEN | |
max_blogs = #APP_MAXBLOGS | |
federation = #APP_FEDERATION | |
public_stats = #APP_PUBLICSTATS | |
private = #APP_PRIVATE | |
local_timeline = #APP_LOCALTIMELINE | |
user_invites = #APP_USERINVITES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment