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.
 
 
 
 
 

28 lines
530 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. [app]
  12. site_name = WriteFreely Example Blog!
  13. host = http://localhost:8080
  14. theme = write
  15. disable_js = false
  16. webfonts = true
  17. single_user = true
  18. open_registration = false
  19. min_username_len = 3
  20. max_blogs = 1
  21. federation = true
  22. public_stats = true
  23. private = false
  24. update_checks = true