configs: synced ce/ee configs
This commit is contained in:
parent
3109df77fa
commit
62690f16e4
2 changed files with 14 additions and 0 deletions
|
|
@ -257,6 +257,13 @@ license_token =
|
|||
; This flag hides sensitive information on the license page such as token, and license data
|
||||
license.hide_license_info = false
|
||||
|
||||
; Import EE license from this license path
|
||||
#license.import_path = %(here)s/rhodecode_enterprise.license
|
||||
|
||||
; import license 'if-missing' or 'force' (always override)
|
||||
; if-missing means apply license if it doesn't exist. 'force' option always overrides it
|
||||
license.import_path_mode = if-missing
|
||||
|
||||
; supervisor connection uri, for managing supervisor and logs.
|
||||
supervisor.uri =
|
||||
|
||||
|
|
|
|||
|
|
@ -225,6 +225,13 @@ license_token =
|
|||
; This flag hides sensitive information on the license page such as token, and license data
|
||||
license.hide_license_info = false
|
||||
|
||||
; Import EE license from this license path
|
||||
#license.import_path = %(here)s/rhodecode_enterprise.license
|
||||
|
||||
; import license 'if-missing' or 'force' (always override)
|
||||
; if-missing means apply license if it doesn't exist. 'force' option always overrides it
|
||||
license.import_path_mode = if-missing
|
||||
|
||||
; supervisor connection uri, for managing supervisor and logs.
|
||||
supervisor.uri =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue