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
Filename : bm_backup_manager.yml Dir: config/packages
config:debug show an empty config so its not loaded
The text was updated successfully, but these errors were encountered:
My Config File:
bm_backup_manager: database: production: type: mysql host: localhost port: 3306 user: ****** pass: ****** database: test_cronzone dsn: '%env(resolve:DATABASE_URL)%' storage: local: type: Local root: '%kernel.project_dir%/backups'
Sorry, something went wrong.
Debug result:
bm_backup_manager: database: { }
Fixed by downloading master and put it in vendors folder, please make a new release
No branches or pull requests
Filename : bm_backup_manager.yml
Dir: config/packages
config:debug show an empty config so its not loaded
The text was updated successfully, but these errors were encountered: