Преглед изворни кода

FD3-774 agregamos mysql.host.env al docker de supervisord.

Maximiliano Schvindt пре 6 година
родитељ
комит
d5b7cae8f1
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -755,7 +755,8 @@ class Release extends Command
             ->addEnv_file("running.env")
             ->addEnv_file($host_env_file)
             ->addEnv_file("stats.host.env")
-            ->addEnv_file("stats.oauth.env");
+            ->addEnv_file("stats.oauth.env")
+            ->addEnv_file("mysql.host.env");
     }
 
     function addMySql(FileFormat2 $composer, $config = array())