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
Version: 3.0.1
If I split configuration into two neon files I get exception Unexpected option 'database › options › lazy'
First neon file
database: options: lazy: true
Second neon file
database: dsn: '' user: '' password: ''
No exception. Works in version 2.4.8
The text was updated successfully, but these errors were encountered:
@FVesely Did you managed to solve it somehow?
Sorry, something went wrong.
Ok found solution. It seems that there is some problem with merging of configs thst does not explicitly states connection names and expects default.
default
It works when replaced by:
database: default: options: lazy: true
No branches or pull requests
Version: 3.0.1
Bug Description
If I split configuration into two neon files I get exception Unexpected option 'database › options › lazy'
Steps To Reproduce
First neon file
Second neon file
Expected Behavior
No exception. Works in version 2.4.8
The text was updated successfully, but these errors were encountered: