Browse Source

Add 'config.ini'

Nikola Kotur 3 years ago
parent
commit
b67b235969
1 changed files with 71 additions and 0 deletions
  1. 71 0
      config.ini

+ 71 - 0
config.ini

@@ -0,0 +1,71 @@
+[server]
+hidden_host          = 
+port                 = 8080
+bind                 = 0.0.0.0
+tls_cert_path        = 
+tls_key_path         = 
+autocert             = false
+templates_parent_dir = 
+static_parent_dir    = 
+pages_parent_dir     = 
+keys_parent_dir      = 
+hash_seed            = 
+
+[database]
+type     = mysql
+filename = 
+username = someusername
+password = somepassword
+database = writefreely
+host     = db
+port     = 3306
+
+[app]
+site_name          = Journal
+site_description   = 
+host               = https://nikola.kotur.org
+theme              = write
+editor             = 
+disable_js         = false
+webfonts           = true
+landing            = 
+simple_nav         = false
+wf_modesty         = false
+chorus             = false
+forest             = false
+disable_drafts     = false
+single_user        = true
+open_registration  = false
+min_username_len   = 3
+max_blogs          = 1
+federation         = true
+public_stats       = true
+private            = false
+local_timeline     = false
+user_invites       = 
+default_visibility = 
+update_checks      = false
+
+[oauth.slack]
+client_id          = 
+client_secret      = 
+team_id            = 
+callback_proxy     = 
+callback_proxy_api = 
+
+[oauth.writeas]
+client_id          = 
+client_secret      = 
+auth_location      = 
+token_location     = 
+inspect_location   = 
+callback_proxy     = 
+callback_proxy_api = 
+
+[oauth.gitlab]
+client_id          = 
+client_secret      = 
+host               = 
+display_name       = 
+callback_proxy     = 
+callback_proxy_api =