9 lines
201 B
Text
9 lines
201 B
Text
# Discord Configuration
|
|
DISCORD_TOKEN=votre_token_discord
|
|
APPLICATION_ID=votre_id_application
|
|
|
|
# API Configuration
|
|
API_HOST=127.0.0.1
|
|
API_PORT=5000
|
|
API_DEBUG=False
|
|
API_SECRET_KEY=votre-cle-secrete-api
|