Initial commit.

This commit is contained in:
Emanuil
2018-10-25 14:20:08 +03:00
parent 7f4a5bfe86
commit 7e5b8328ee
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
# Get your credentials by signing up here: https://api.igdb.com/admin
en_igdb_api:
base_url: YOUR_BASE_URL
api_key: YOUR_API_KEY
@@ -0,0 +1,11 @@
{
"bundles": {
"EN\\IgdbApiBundle\\ENIgdbApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/config/packages/en_igdb_api.yaml"
]
}