Config database.md

October 8, 2021 ยท View on GitHub

Config database

The configuration database holds basic administrative data, readable only by admins and (indirectly via the dashboard) by moderators.

Specification

The database should contain these data points:

  • Which privacy mode is selected
  • List of SSB IDs of moderators
  • List of blocked SSB IDs
  • Name of the room (a short string)
  • Description for the room (not too long string)

Contents

  1. 1Config database
  2. 1.1Specification