# Copy to custom and edit

data_sources = {
    "default": {
        "type": "sqlalchemy",
        "sqlalchemy.url": "sqlite:///db.sqlite3",
        "sqlalchemy.echo": True,
    }
}

# Depricated
# SESSION_COOKIE_DOMAIN = ".example.com"
# CMF_AUTH_SERVER = "https://account.example.com"
