Skip to content

Instantly share code, notes, and snippets.

@johackim
Last active December 19, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johackim/f388f2d4ab54a913ae7cc156dc76decc to your computer and use it in GitHub Desktop.
Save johackim/f388f2d4ab54a913ae7cc156dc76decc to your computer and use it in GitHub Desktop.
Writefreely default config
[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