mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
547 B
28 lines
547 B
[server]
|
|
hidden_host =
|
|
port = 8080
|
|
|
|
[database]
|
|
type = mysql
|
|
username = root
|
|
password = changeme
|
|
database = writefreely
|
|
host = db
|
|
port = 3306
|
|
tls = false
|
|
|
|
[app]
|
|
site_name = WriteFreely Example Blog!
|
|
host = http://localhost:8080
|
|
theme = write
|
|
disable_js = false
|
|
webfonts = true
|
|
single_user = true
|
|
open_registration = false
|
|
min_username_len = 3
|
|
max_blogs = 1
|
|
federation = true
|
|
public_stats = true
|
|
private = false
|
|
update_checks = true
|
|
|
|
|