We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f14e0f commit 88aaf62Copy full SHA for 88aaf62
docs/docs.md
@@ -19,6 +19,14 @@ src/
19
## Database Schema
20
- [Database](database.md) - Database structure and migrations
21
22
+### Database Seeding
23
+Database seeding can be enabled by setting `SEEDING_ENABLED` to `true` in the `.env` file. (Disabled by default)
24
+
25
+```
26
+# Seed toggle
27
+SEEDING_ENABLED=true
28
29
30
## Core Features
31
### Member Management
32
- Query members by ID, roll number, or Discord ID
0 commit comments