writefreely/templates/config.ini.j2
changeset 159 05d0cf32e077
parent 158 1b7ccb729164
child 160 64abbaff7a7d
equal deleted inserted replaced
158:1b7ccb729164 159:05d0cf32e077
     1 [server]
       
     2 hidden_host          =
       
     3 port                 = {{writefreely_port}}
       
     4 bind                 = localhost
       
     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 
       
    14 [database]
       
    15 type     = sqlite3
       
    16 filename = writefreely.db
       
    17 username =
       
    18 password =
       
    19 database = writefreely
       
    20 host     = localhost
       
    21 port     = 3306
       
    22 
       
    23 [app]
       
    24 site_name          = {{writefreely_site_name}}
       
    25 site_description   =
       
    26 host               = {{writefreely_url}}
       
    27 theme              = write
       
    28 editor             =
       
    29 disable_js         = false
       
    30 webfonts           = true
       
    31 landing            = /read
       
    32 simple_nav         = false
       
    33 wf_modesty         = false
       
    34 chorus             = false
       
    35 forest             = false
       
    36 disable_drafts     = false
       
    37 single_user        = false
       
    38 open_registration  = false
       
    39 min_username_len   = 3
       
    40 max_blogs          = 1
       
    41 federation         = true
       
    42 public_stats       = true
       
    43 private            = false
       
    44 local_timeline     = true
       
    45 user_invites       = admin
       
    46 default_visibility = public
       
    47 update_checks      = false
       
    48 
       
    49 [oauth.slack]
       
    50 client_id          =
       
    51 client_secret      =
       
    52 team_id            =
       
    53 callback_proxy     =
       
    54 callback_proxy_api =
       
    55 
       
    56 [oauth.writeas]
       
    57 client_id          =
       
    58 client_secret      =
       
    59 auth_location      =
       
    60 token_location     =
       
    61 inspect_location   =
       
    62 callback_proxy     =
       
    63 callback_proxy_api =
       
    64 
       
    65 [oauth.gitlab]
       
    66 client_id          =
       
    67 client_secret      =
       
    68 host               =
       
    69 display_name       =
       
    70 callback_proxy     =
       
    71 callback_proxy_api =