1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-25 11:42:58 +01:00

Link to database docs in config docs

This commit is contained in:
Madeline 2023-02-17 22:20:28 +11:00
parent cc96ac3b46
commit d817a3a35e
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -1,6 +1,6 @@
# Configuration
Fosscord's configuration is done through the `config` table of your database.
Fosscord's configuration is done through the `config` table of your [database](../database.md).
The table schema consists of two columns `key` and `value`, where `value` is a JSON value.
For now, you can update this through SQL manually or a GUI database editor such as
[DBeaver](https://dbeaver.io/).