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 Apr 26, 2024. It is now read-only.
Currently, if no database configuration is provided, Synapse will default that configuration to {"name": "sqlite3", "args": {}} which will produce an error (because it's missing a database argument). Instead, it should raise a ConfigError explaining that this part of the configuration is required.