소스 검색

Added oauth env on ftth_task to create a token on base module

Jean Sumara Leopoldo 4 년 전
부모
커밋
c81294d817
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/src/Services/Ftth_task.php

+ 1 - 0
tools/src/Services/Ftth_task.php

@@ -54,6 +54,7 @@ class Ftth_task extends InitialService
                 ->addEnv_file($this->getRelease()->_running_env)
                 ->addEnv_file($this->getRelease()->_host_env)
                 ->addEnv_file("$initial." . $this->getRelease()->_host_env)
+                ->addEnv_file($module . ".oauth.env")
                 ->addEnviroment("AMQP_KEY", "$initial")
                 ->addVolumes("./backups-config", "/opt/ftth/web/backups-config")
                 ->addVolumes("/etc/localtime:/etc/localtime:ro")