add moderator role (#1419)

This commit is contained in:
notmd
2023-02-10 18:18:48 +09:00
committed by GitHub
parent 1439dd69b5
commit 7a0bfa2d68
18 changed files with 95 additions and 32 deletions
+1
View File
@@ -1,4 +1,5 @@
ADMIN_USERS = "credentials:admin,discord:root,email:admin@example.com"
MODERATOR_USERS = "credentials:mod,discord:mod,email:mod@example.com"
# The database created by running the jobs in /scripts/frontend-development/docker-compose.yaml
DATABASE_URL=postgres://postgres:postgres@localhost:5433/oasst_web