mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Initial commit.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user