diff --git a/endroid/google-api-bundle/2.0/config/packages/endroid_google_api.yaml b/endroid/google-api-bundle/2.0/config/packages/endroid_google_api.yaml index 69c6d02e..770ad4d8 100644 --- a/endroid/google-api-bundle/2.0/config/packages/endroid_google_api.yaml +++ b/endroid/google-api-bundle/2.0/config/packages/endroid_google_api.yaml @@ -1,2 +1,2 @@ endroid_google_api: - api_key: '%env(GOOGLE_API_API_KEY)%' + api_key: '%env(GOOGLE_API_KEY)%' diff --git a/endroid/google-api-bundle/2.0/manifest.json b/endroid/google-api-bundle/2.0/manifest.json index 02f5d775..4f37a162 100644 --- a/endroid/google-api-bundle/2.0/manifest.json +++ b/endroid/google-api-bundle/2.0/manifest.json @@ -6,6 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "GOOGLE_API_API_KEY": "" + "GOOGLE_API_KEY": "" } }