deploy/templates/dashboard-nextleap-discussions-isso.cfg.j2
changeset 0 5f4fcbc80b37
equal deleted inserted replaced
-1:000000000000 0:5f4fcbc80b37
       
     1 [general]
       
     2 dbpath = {{discussions_db_dir}}/{{discussions_db}}
       
     3 host =
       
     4   https://{{static_server_name}}/
       
     5   http://{{static_server_name}}/
       
     6 
       
     7 max-age = 15m
       
     8 
       
     9 [server]
       
    10 listen = http://0.0.0.0:{{discussions_port}}/
       
    11 
       
    12 [moderation]
       
    13 enabled = false
       
    14 
       
    15 [guard]
       
    16 reply-to-self = true
       
    17 
       
    18 [hash]
       
    19 salt = {{isso_salt}}