test 1 de la récupération de pp discord sur site web
This commit is contained in:
parent
9d0bb77225
commit
ee31269209
9 changed files with 591 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
|
||||
# Partner Server IDs (for API)
|
||||
PARTNER_IDS=111111111111111111,222222222222222222,333333333333333333
|
||||
Loading…
Add table
Add a link
Reference in a new issue