##// END OF EJS Templates
config: Remove unsused setting 'full_stack' from ini files.
Martin Bornhold -
r596:6d5196c2 default
parent child Browse files
Show More
@@ -123,8 +123,6 b' rhodecode.api.url = /_admin/api'
123 123 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
124 124 #rhodecode.encrypted_values.strict = false
125 125
126 full_stack = true
127
128 126 ## return gzipped responses from Rhodecode (static files/application)
129 127 gzip_responses = true
130 128
@@ -97,8 +97,6 b' use = egg:rhodecode-enterprise-ce'
97 97 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
98 98 #rhodecode.encrypted_values.strict = false
99 99
100 full_stack = true
101
102 100 ## return gzipped responses from Rhodecode (static files/application)
103 101 gzip_responses = true
104 102
@@ -159,9 +159,6 b' rhodecode.includes = rhodecode.api'
159 159 # api prefix url
160 160 rhodecode.api.url = /_admin/api
161 161
162
163 full_stack = true
164
165 162 ## Serve static files via RhodeCode, disable to serve them via HTTP server
166 163 static_files = true
167 164
General Comments 0
You need to be logged in to leave comments. Login now