File tree Expand file tree Collapse file tree
components/clp-package-utils/clp_package_utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -648,12 +648,12 @@ def generate_common_environment_variables(
648648 env_vars .append (f"CLP_HOME={ CONTAINER_CLP_HOME } " )
649649
650650 if include_db_credentials :
651- env_vars .append (f"CLP_DB_HOST ={ container_clp_config .database .host } " )
652- env_vars .append (f"CLP_DB_PORT ={ container_clp_config .database .port } " )
651+ env_vars .append (f"CLP_DB_USER ={ container_clp_config .database .username } " )
652+ env_vars .append (f"CLP_DB_PASS ={ container_clp_config .database .password } " )
653653
654654 if include_queue_credentials :
655- env_vars .append (f"CLP_QUEUE_HOST ={ container_clp_config .queue .host } " )
656- env_vars .append (f"CLP_QUEUE_PORT ={ container_clp_config .queue .port } " )
655+ env_vars .append (f"CLP_QUEUE_USER ={ container_clp_config .queue .username } " )
656+ env_vars .append (f"CLP_QUEUE_PASS ={ container_clp_config .queue .password } " )
657657
658658 if include_redis_credentials :
659659 env_vars .append (f"CLP_REDIS_PASS={ container_clp_config .redis .password } " )
You can’t perform that action at this time.
0 commit comments