Show More
@@ -257,6 +257,13 b' license_token =' | |||
|
257 | 257 | ; This flag hides sensitive information on the license page such as token, and license data |
|
258 | 258 | license.hide_license_info = false |
|
259 | 259 | |
|
260 | ; Import EE license from this license path | |
|
261 | #license.import_path = %(here)s/rhodecode_enterprise.license | |
|
262 | ||
|
263 | ; import license 'if-missing' or 'force' (always override) | |
|
264 | ; if-missing means apply license if it doesn't exist. 'force' option always overrides it | |
|
265 | license.import_path_mode = if-missing | |
|
266 | ||
|
260 | 267 | ; supervisor connection uri, for managing supervisor and logs. |
|
261 | 268 | supervisor.uri = |
|
262 | 269 |
@@ -225,6 +225,13 b' license_token =' | |||
|
225 | 225 | ; This flag hides sensitive information on the license page such as token, and license data |
|
226 | 226 | license.hide_license_info = false |
|
227 | 227 | |
|
228 | ; Import EE license from this license path | |
|
229 | #license.import_path = %(here)s/rhodecode_enterprise.license | |
|
230 | ||
|
231 | ; import license 'if-missing' or 'force' (always override) | |
|
232 | ; if-missing means apply license if it doesn't exist. 'force' option always overrides it | |
|
233 | license.import_path_mode = if-missing | |
|
234 | ||
|
228 | 235 | ; supervisor connection uri, for managing supervisor and logs. |
|
229 | 236 | supervisor.uri = |
|
230 | 237 |
General Comments 0
You need to be logged in to leave comments.
Login now