17 lines
689 B
Plaintext
17 lines
689 B
Plaintext
###> symfony/framework-bundle ###
|
|
APP_ENV=dev
|
|
APP_SECRET=79e3e28a27aa752548962c961aee5324
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
|
|
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
|
|
#
|
|
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
|
|
# DATABASE_URL="postgres://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"
|
|
DB_DATABASE=stat_an
|
|
DB_HOST=stat-an-postgres
|
|
DB_PORT=5432
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
###< doctrine/doctrine-bundle ### |