You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Is there a way to access the database using a port other than the default? I tried changing .env with a line:
MAILMAN_HOST=127.0.0.1:4002
but that seemed to break the system, as no login was then possible. Is there a way to do this, or could I request some way to do it? I want to access a remote database via an SSH tunnel.
Is there a way to access the database using a port other than the default? I tried changing .env with a line:
MAILMAN_HOST=127.0.0.1:4002
but that seemed to break the system, as no login was then possible. Is there a way to do this, or could I request some way to do it? I want to access a remote database via an SSH tunnel.