mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
5 lines
186 B
YAML
5 lines
186 B
YAML
# Get your credentials by signing up here: https://api.igdb.com/admin and put them in your .env file
|
|
en_igdb_api:
|
|
base_url: '%env(YOUR_BASE_URL)%'
|
|
api_key: '%env(YOUR_API_KEY)%'
|