# HG changeset patch # User Martin Bornhold # Date 2016-08-08 07:29:49 # Node ID 6d5196c28d6750a70f9ead5b0f1b41f81ffcef15 # Parent a49bbde4a1082487246b416aa204e56259ef1788 config: Remove unsused setting 'full_stack' from ini files. diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -123,8 +123,6 @@ rhodecode.api.url = /_admin/api ## `SignatureVerificationError` in case of wrong key, or damaged encryption data. #rhodecode.encrypted_values.strict = false -full_stack = true - ## return gzipped responses from Rhodecode (static files/application) gzip_responses = true diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -97,8 +97,6 @@ use = egg:rhodecode-enterprise-ce ## `SignatureVerificationError` in case of wrong key, or damaged encryption data. #rhodecode.encrypted_values.strict = false -full_stack = true - ## return gzipped responses from Rhodecode (static files/application) gzip_responses = true diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -159,9 +159,6 @@ rhodecode.includes = rhodecode.api # api prefix url rhodecode.api.url = /_admin/api - -full_stack = true - ## Serve static files via RhodeCode, disable to serve them via HTTP server static_files = true