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

sample: Dialect config in samples #1066

Merged
merged 1 commit into from
Nov 10, 2023
Merged

sample: Dialect config in samples #1066

merged 1 commit into from
Nov 10, 2023

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Nov 9, 2023

  • seems we forgot to update these

* seems we forgot to update these
port = 5432
database = "postgres"
user = "postgres"
user = ${?DB_USER}

password = "postgres"
password = ${?DB_PASSWORD}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note: All these are defaults so it would also be possible to just add the maybe-env-entries and use the others from default config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

um maybe, I think it's fine to repeat them for clarity here
e.g. I see what I can use with my psql without having to look at reference.conf

@patriknw patriknw merged commit 28ff30d into main Nov 10, 2023
20 checks passed
@patriknw patriknw deleted the wip-res-dialect-patriknw branch November 10, 2023 12:08
@patriknw
Copy link
Member Author

This might deserve an additional doc publish since the samples are broken. Let's see if we have another reason for a real release next week.

@patriknw patriknw added this to the 1.5.1 milestone Nov 10, 2023
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

Successfully merging this pull request may close these issues.

2 participants