Fix env name

This commit is contained in:
endroid
2018-01-06 11:11:29 +00:00
parent 104d756e73
commit fd7f527a5d
2 changed files with 2 additions and 2 deletions
@@ -1,2 +1,2 @@
endroid_google_api:
api_key: '%env(GOOGLE_API_API_KEY)%'
api_key: '%env(GOOGLE_API_KEY)%'
+1 -1
View File
@@ -6,6 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"GOOGLE_API_API_KEY": ""
"GOOGLE_API_KEY": ""
}
}