cameri / nostream

A Nostr Relay written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] Add support to optionally use connection uri for postgresql and redis

cdxker opened this issue · comments

Ran into an issue where redis and postgresql database provider required ssl to be turned on in order to accept requests. Ended up having to manually edit the query string to enable ssl support.

I already have a pr for this can I go ahead and submit it?

devflowinc#1

I think this feature is beneficial for the user-experience as well. If using a database provider, it is typically easier to use a connection URI instead of individual params.

Please submit a PR :)

Added as #154 , thanks!