1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00

Add more spacing

This commit is contained in:
King_DuckZ 2017-11-11 02:45:49 +00:00
parent 619f1ecc75
commit 28cf0ff9b8

View file

@ -18,6 +18,7 @@ redis_mode = inet
#you can specify a database number for Redis (default: 0) #you can specify a database number for Redis (default: 0)
#redis_db = 0 #redis_db = 0
################## ##################
#host informations #host informations
################## ##################
@ -32,6 +33,7 @@ host_port = from_downstream
#it as http://127.0.0.1/kamokan/ (default: /) #it as http://127.0.0.1/kamokan/ (default: /)
#host_path = / #host_path = /
###################### ######################
#execution environment #execution environment
###################### ######################
@ -46,6 +48,7 @@ website_root = html
#filename of the css for source-highlight (default: sh_darkness.css) #filename of the css for source-highlight (default: sh_darkness.css)
#highlight_css = sh_darkness.css #highlight_css = sh_darkness.css
###################### ######################
#runtime customization #runtime customization
###################### ######################
@ -69,15 +72,6 @@ max_pastie_size = 25000
#allowed size and accepted anyways instead of being rejected (default: false) #allowed size and accepted anyways instead of being rejected (default: false)
#truncate_long_pasties = false #truncate_long_pasties = false
#log level; valid values in order of decreasing verbosity are:
#trace, debug (only for debug builds)
#info, warn, err, critical, off (for all builds)
#(default: err)
#logging_level = err
#log destination; use - for stdout (default: -)
#log_file = -
#minimum delay in seconds between two pasties in order for the second one to be #minimum delay in seconds between two pasties in order for the second one to be
#accepted and stored (default: 10) #accepted and stored (default: 10)
#resubmit_wait = 10 #resubmit_wait = 10
@ -87,3 +81,16 @@ max_pastie_size = 25000
#colourless; use this if you can receive potentially large pasties that need #colourless; use this if you can receive potentially large pasties that need
#syntax highlighting and are running on slow hardware (default: true) #syntax highlighting and are running on slow hardware (default: true)
#cache_highlighted = true #cache_highlighted = true
########
#logging
########
#log level; valid values in order of decreasing verbosity are:
#trace, debug (only for debug builds)
#info, warn, err, critical, off (for all builds)
#(default: err)
#logging_level = err
#log destination; use - for stdout (default: -)
#log_file = -