Skip to content
New issue

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

Config not loaded Flex #88

Open
Lucksmith369 opened this issue May 17, 2022 · 3 comments
Open

Config not loaded Flex #88

Lucksmith369 opened this issue May 17, 2022 · 3 comments

Comments

@Lucksmith369
Copy link

Filename : bm_backup_manager.yml
Dir: config/packages

config:debug show an empty config so its not loaded

@Lucksmith369
Copy link
Author

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'

@Lucksmith369
Copy link
Author

Debug result:

bm_backup_manager:
database: { }

@Lucksmith369
Copy link
Author

Fixed by downloading master and put it in vendors folder, please make a new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant