diff --git a/src/Handler.php b/src/Handler.php index 803905e..0e2dcf3 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -157,6 +157,9 @@ public function modifySettingsFile() " \$settings['container_yamls'][] = 'modules/contrib/redis/example.services.yml';\n" . " }\n" . "}\n" . + "\$settings['ua_middleware_service'] = array(\n" . + " 'auth' => getenv('UA_MIDDLEWARE_AUTH_FILE') ? file_get_contents(getenv('UA_MIDDLEWARE_AUTH_FILE')) : getenv('UA_MIDDLEWARE_AUTH'),\n" . + ");\n" . "/**\n * END SHEPHERD CONFIG\n */\n" . "\n" . "/**\n * START LOCAL CONFIG\n */\n" .