mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Fix env name
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
endroid_google_api:
|
||||
api_key: '%env(GOOGLE_API_API_KEY)%'
|
||||
api_key: '%env(GOOGLE_API_KEY)%'
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_API_API_KEY": ""
|
||||
"GOOGLE_API_KEY": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user