🔒 Add Discord user authentication and admin permissions check for developer tools access
This commit is contained in:
@@ -15,3 +15,9 @@ SESSION_SECRET=generate_a_random_secret_key_here
|
||||
|
||||
# Optional: Logging Level
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Discord User Permissions
|
||||
# Comma-separated list of Discord usernames that have developer access
|
||||
# Format: username1,username2,username3
|
||||
# Leave empty to disable developer tools for all users
|
||||
DISCORD_ADMIN_USERS=YourDiscordUsername,AnotherUser
|
||||
|
||||
Reference in New Issue
Block a user