fix(tests): explicitly disable env_expand for test suite to prevent problems with DB connections during tests
This commit is contained in:
parent
fbfb5c76ac
commit
400d24f05f
4 changed files with 25 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ use = egg:rhodecode-enterprise-ce
|
|||
; enable proxy prefix middleware, defined above
|
||||
#filter-with = proxy-prefix
|
||||
|
||||
; control if environmental variables to be expanded into the .ini settings
|
||||
#rhodecode.env_expand = true
|
||||
|
||||
; #############
|
||||
; DEBUG OPTIONS
|
||||
; #############
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@ use = egg:rhodecode-enterprise-ce
|
|||
; enable proxy prefix middleware, defined above
|
||||
#filter-with = proxy-prefix
|
||||
|
||||
; control if environmental variables to be expanded into the .ini settings
|
||||
#rhodecode.env_expand = true
|
||||
|
||||
; encryption key used to encrypt social plugin tokens,
|
||||
; remote_urls with credentials etc, if not set it defaults to
|
||||
; `beaker.session.secret`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue