This commit is contained in:
CHIEFSOFT\ameye
2025-11-29 12:06:23 -05:00
parent 9f41df14dd
commit c8a97f9a82
+1 -1
View File
@@ -365,7 +365,7 @@ class Provision extends BaseController
$MYSQL_PROVISION_DATABASE_PORT = $_ENV['PROVISION_MSQL_DATABASE_IP'] . ":" . $_ENV['PROVISION_MSQL_DATABASE_PORT']; // "172.16.4.96:3307";
$destinationHomeFolder = $_ENV['DESTINATION_HOME_FOLDER'] . $ContainerName;
$CNT_DB_NAME = $this->generatedBlogDatabaseName($productId, $provID);
$CNT_DB_USER_NAME = "bloguser";
$CNT_DB_USER_NAME = $CNT_DB_NAME; //"bloguser";
//$templateRandom = 'P' . rand(1, 6);
$composer_template_contents = str_replace("WHAT_CONTAINER_NAME", $ContainerName, $composer_template_contents);
$composer_template_contents = str_replace("DESTINATION_FOLDER", $destinationHomeFolder, $composer_template_contents);