config: synced .ini files with latest changes
This commit is contained in:
parent
858cf0db77
commit
8667353668
2 changed files with 13 additions and 1 deletions
|
|
@ -114,6 +114,11 @@ rhodecode.api.url = /_admin/api
|
|||
|
||||
## END RHODECODE PLUGINS ##
|
||||
|
||||
## encryption key used to encrypt social plugin tokens,
|
||||
## remote_urls with credentials etc, if not set it defaults to
|
||||
## `beaker.session.secret`
|
||||
#rhodecode.encrypted_values.secret =
|
||||
|
||||
full_stack = true
|
||||
|
||||
## Serve static files via RhodeCode, disable to serve them via HTTP server
|
||||
|
|
|
|||
|
|
@ -88,11 +88,19 @@ use = egg:rhodecode-enterprise-ce
|
|||
## enable proxy prefix middleware, defined below
|
||||
#filter-with = proxy-prefix
|
||||
|
||||
## encryption key used to encrypt social plugin tokens,
|
||||
## remote_urls with credentials etc, if not set it defaults to
|
||||
## `beaker.session.secret`
|
||||
#rhodecode.encrypted_values.secret =
|
||||
|
||||
full_stack = true
|
||||
|
||||
## Serve static files via RhodeCode, disable to serve them via HTTP server
|
||||
static_files = true
|
||||
|
||||
# autogenerate javascript routes file on startup
|
||||
generate_js_files = false
|
||||
|
||||
## Optional Languages
|
||||
## en(default), be, de, es, fr, it, ja, pl, pt, ru, zh
|
||||
lang = en
|
||||
|
|
@ -353,7 +361,6 @@ beaker.session.auto = false
|
|||
search.module = rhodecode.lib.index.whoosh
|
||||
search.location = %(here)s/data/index
|
||||
|
||||
|
||||
###################################
|
||||
## APPENLIGHT CONFIG ##
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue