fix(mautrix-discord): use SQLite instead of Postgres #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "helm/fix/bridge-ip-address"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Default config had postgres://user:password@host/database which
crashed with SIGSEGV on connection failure. Switch to SQLite.