From 62690f16e40dc086f07cf48c4a8b388da004f04f Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Mon, 7 Oct 2024 10:23:08 +0200 Subject: [PATCH] configs: synced ce/ee configs --- configs/development.ini | 7 +++++++ configs/production.ini | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/configs/development.ini b/configs/development.ini index 2a8898d2..77fd4cbf 100644 --- a/configs/development.ini +++ b/configs/development.ini @@ -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 = diff --git a/configs/production.ini b/configs/production.ini index 08bbcb3e..30840933 100644 --- a/configs/production.ini +++ b/configs/production.ini @@ -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 =