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

Add the ability to use a URI for DB connection info #336

Open
zerebubuth opened this issue May 4, 2018 · 0 comments
Open

Add the ability to use a URI for DB connection info #336

zerebubuth opened this issue May 4, 2018 · 0 comments

Comments

@zerebubuth
Copy link
Member

At the moment, all the parts of the database connection information are supplied in the config file separately. #335 extended the config to allow lists of hostnames, and we previously supported lists of database names, for load-balancing purposes. As @iandees pointed out, it would be good to generalise this to allowing lists of arbitrary connection URIs, so that this is unified and extends to all properties.

Will need to consider if/how we want to allow overrides for sensitive information from a different configuration source. E.g: so that the password isn't in the config file.

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