config.ini 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [server]
  2. hidden_host =
  3. port = 8080
  4. bind = 0.0.0.0
  5. tls_cert_path =
  6. tls_key_path =
  7. autocert = false
  8. templates_parent_dir =
  9. static_parent_dir =
  10. pages_parent_dir =
  11. keys_parent_dir =
  12. hash_seed =
  13. [database]
  14. type = mysql
  15. filename =
  16. username = someusername
  17. password = somepassword
  18. database = writefreely
  19. host = db
  20. port = 3306
  21. [app]
  22. site_name = Journal
  23. site_description =
  24. host = https://nikola.kotur.org
  25. theme = write
  26. editor =
  27. disable_js = false
  28. webfonts = true
  29. landing =
  30. simple_nav = false
  31. wf_modesty = false
  32. chorus = false
  33. forest = false
  34. disable_drafts = false
  35. single_user = true
  36. open_registration = false
  37. min_username_len = 3
  38. max_blogs = 1
  39. federation = true
  40. public_stats = true
  41. private = false
  42. local_timeline = false
  43. user_invites =
  44. default_visibility =
  45. update_checks = false
  46. [oauth.slack]
  47. client_id =
  48. client_secret =
  49. team_id =
  50. callback_proxy =
  51. callback_proxy_api =
  52. [oauth.writeas]
  53. client_id =
  54. client_secret =
  55. auth_location =
  56. token_location =
  57. inspect_location =
  58. callback_proxy =
  59. callback_proxy_api =
  60. [oauth.gitlab]
  61. client_id =
  62. client_secret =
  63. host =
  64. display_name =
  65. callback_proxy =
  66. callback_proxy_api =