mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
10 lines
304 B
YAML
10 lines
304 B
YAML
wouterj_eloquent:
|
|
driver: '%env(DB_CONNECTION)%'
|
|
host: '%env(DB_HOST)%'
|
|
port: '%env(DB_PORT)%'
|
|
database: '%env(DB_DATABASE)%'
|
|
username: '%env(DB_USERNAME)%'
|
|
password: '%env(DB_PASSWORD)%'
|
|
# Uncomment the following line to enable the Eloquent ORM
|
|
#eloquent: null
|