Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Don't default to an invalid sqlite config if no database configuration is provided #6249

@babolivier

Description

@babolivier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    z-p2(Deprecated Label)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions