a
This commit is contained in:
parent
d807248dba
commit
723f96909d
@ -30,6 +30,9 @@ DISCORD_CLIENT_SECRET=YOUR_DISCORD_APP_CLIENT_SECRET
|
|||||||
DISCORD_REDIRECT_URI=YOUR_DISCORD_APP_REDIRECT_URI
|
DISCORD_REDIRECT_URI=YOUR_DISCORD_APP_REDIRECT_URI
|
||||||
FLASK_SECRET_KEY=YOUR_FLASK_SECRET_KEY_HERE # Used for session management in Flask server
|
FLASK_SECRET_KEY=YOUR_FLASK_SECRET_KEY_HERE # Used for session management in Flask server
|
||||||
|
|
||||||
|
# Secret key for AI moderation API endpoint
|
||||||
|
MOD_LOG_API_SECRET=YOUR_MOD_LOG_API_SECRET_HERE
|
||||||
|
|
||||||
# API Server Base URL (For Discord Sync Cog)
|
# API Server Base URL (For Discord Sync Cog)
|
||||||
API_BASE_URL=http://127.0.0.1:5001 # Example URL for the API server
|
API_BASE_URL=http://127.0.0.1:5001 # Example URL for the API server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user