fix(tests): explicitly disable env_expand for test suite to prevent problems with DB connections during tests

This commit is contained in:
RhodeCode Admin 2024-10-11 14:38:37 +02:00
parent fbfb5c76ac
commit 400d24f05f
4 changed files with 25 additions and 0 deletions

View file

@ -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
; #############

View file

@ -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`