Database connection string #1943
Closed
kovacevicz
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @kovacevicz. This is not possible. The env vars all have to be sent separately. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there a way to pass db connection string as one parameter containing all needed, instead of having all params defined separately.
For example, new url param inside .env could look like this:
LISTMONK_db__url=postgres://listmonk:lismonk@localhost:5432/listmonk
Or in case of config.toml:
url=postgres://listmonk:lismonk@localhost:5432/listmonk
Is this supported at the moment? Or any workaround I could use to achieve this would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions