-
Notifications
You must be signed in to change notification settings - Fork 803
Closed
Description
The DATA_SOURCE_URI environment variable is not really an URI as seen in:
It's part of the URI. What do you think in making it really an uri? Like postgresql://postgres@localhost:5432?sslmode=disable, then later parse it to set the user and password if the corresponding environment variable exists (that would also prevent uri escaping issues that exist with the current code, as it simply concatenates the user and pass without proper escaping).
BTW, why was there a need to introduce a new environment variable? Why not reuse the DATA_SOURCE_NAME? This seems like a compatible change.
F30 and baylisscg
Metadata
Metadata
Assignees
Labels
No labels