##// 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 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
123 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
124 #rhodecode.encrypted_values.strict = false
124 #rhodecode.encrypted_values.strict = false
125
125
126 full_stack = true
127
128 ## return gzipped responses from Rhodecode (static files/application)
126 ## return gzipped responses from Rhodecode (static files/application)
129 gzip_responses = true
127 gzip_responses = true
130
128
@@ -97,8 +97,6 b' use = egg:rhodecode-enterprise-ce'
97 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
97 ## `SignatureVerificationError` in case of wrong key, or damaged encryption data.
98 #rhodecode.encrypted_values.strict = false
98 #rhodecode.encrypted_values.strict = false
99
99
100 full_stack = true
101
102 ## return gzipped responses from Rhodecode (static files/application)
100 ## return gzipped responses from Rhodecode (static files/application)
103 gzip_responses = true
101 gzip_responses = true
104
102
@@ -159,9 +159,6 b' rhodecode.includes = rhodecode.api'
159 # api prefix url
159 # api prefix url
160 rhodecode.api.url = /_admin/api
160 rhodecode.api.url = /_admin/api
161
161
162
163 full_stack = true
164
165 ## Serve static files via RhodeCode, disable to serve them via HTTP server
162 ## Serve static files via RhodeCode, disable to serve them via HTTP server
166 static_files = true
163 static_files = true
167
164
General Comments 0
You need to be logged in to leave comments. Login now