We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a project not using an URL in dbal configuration:
doctrine: dbal: driver: 'pdo_pgsql' # See https://symfony.com/doc/current/doctrine.html#configuring-the-database dbname: '%env(resolve:DATABASE_NAME)%' host: '%env(resolve:DATABASE_HOST)%' port: '5432' charset: 'utf8' user: '%env(resolve:DATABASE_USER)%' password: '%env(resolve:DATABASE_PASSWORD)%' server_version: '%env(resolve:DATABASE_SERVER_VERSION)%'
There is a fatal error due to this line
import-bundle/DependencyInjection/Compiler/CredentialsConfigurationPass.php
Line 21 in d62512a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a project not using an URL in dbal configuration:
There is a fatal error due to this line
import-bundle/DependencyInjection/Compiler/CredentialsConfigurationPass.php
Line 21 in d62512a
The text was updated successfully, but these errors were encountered: