How It WorksFor Server Staff
Variables
Governance Model
- Treat Variables as shared config primitives used by many features.
- Use naming conventions and avoid one-off keys when possible.
Recommended Conventions
- Prefix by domain when useful (example:
{ticket_hours},{welcome_role}). - Keep fallback values explicit for dynamic variables.