1
0
Fork 0
mirror of https://gitlab.com/niansa/discordlistforbots.git synced 2025-03-06 20:49:22 +01:00
discordlistforbots/config.h
2021-01-10 17:29:59 +01:00

14 lines
541 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"