github.com/symfony-cli/symfony-cli@v0.0.0-20240514161054-ece2df437dfa/commands/testdata/platformsh/mariadb-version/.env (about)

     1  ###> doctrine/doctrine-bundle ###
     2  # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
     3  # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
     4  #
     5  # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
     6  # DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
     7  DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=mariadb-10.6.12&charset=utf8"
     8  ###< doctrine/doctrine-bundle ###