Changeset - 566e6bb34dbb
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-05-24 22:29:07
marcin@python-works.com
added list of languages to ini template
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -43,12 +43,14 @@ host = 127.0.0.1
 
port = 5000
 

	
 
[app:main]
 
use = egg:rhodecode
 
full_stack = true
 
static_files = true
 
# Optional Languages
 
# en, fr, pt_BR, zh_CN, zh_TW
 
lang = en
 
cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 
app_instance_uuid = ${app_instance_uuid}
 
cut_off_limit = 256000
 
force_https = false
0 comments (0 inline, 0 general)