mirror of
https://gitlab.com/niansa/discordlistforbots.git
synced 2025-03-06 20:49:22 +01:00
17 lines
672 B
C
17 lines
672 B
C
#define LISTEN_ADDR "0.0.0.0"
|
|
#define LISTEN_PORT 8082
|
|
|
|
#define DB_TYPE "postgresql"
|
|
#define DB_HOST "localhost"
|
|
#define DB_PORT 5432
|
|
#define DB_NAME "dfb"
|
|
#define DB_USER "nils"
|
|
#define DB_PASSWORD "1234"
|
|
|
|
#define OAUTH_URL "https://discord.com/api/oauth2/authorize?client_id=797565592835457024&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fdiscordauth&response_type=code&scope=identify"
|
|
#define CLIENT_ID "797565592835457024"
|
|
#define CLIENT_SECRET "8ZbKPseob8n1UmLLunPb06MNUKfPGRi1"
|
|
#define REDIRECT_URI "http://localhost:8082/discordauth"
|
|
#define BOT_TOKEN "Nzk3NTY1NTkyODM1NDU3MDI0.X_oU1w.fCVL8j58pphoEaU7e3q4yH7cFa4"
|
|
|
|
#define COMMUNITY "https://discord.gg/ZMj5ytaQRZ"
|