mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03: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)%'
|