A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
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.
 
 
 
 
 

29 lines
547 B

  1. [server]
  2. hidden_host =
  3. port = 8080
  4. [database]
  5. type = mysql
  6. username = root
  7. password = changeme
  8. database = writefreely
  9. host = db
  10. port = 3306
  11. tls = false
  12. [app]
  13. site_name = WriteFreely Example Blog!
  14. host = http://localhost:8080
  15. theme = write
  16. disable_js = false
  17. webfonts = true
  18. single_user = true
  19. open_registration = false
  20. min_username_len = 3
  21. max_blogs = 1
  22. federation = true
  23. public_stats = true
  24. private = false
  25. update_checks = true