Create config for public/private key.

This commit is contained in:
Koen Vinken
2018-02-22 21:03:57 +01:00
parent 324b578946
commit eeccf6f78d
3 changed files with 6 additions and 0 deletions
@@ -0,0 +1,3 @@
ikoene_marvel_api:
public_api_key: "%env(MARVEL_PUBLIC_API_KEY)%"
private_api_key: "%env(MARVEL_PRIVATE_API_KEY)%"
@@ -2,6 +2,9 @@
"bundles": {
"Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key from https://developer.marvel.com",
"MARVEL_PUBLIC_API_KEY": "...",