sendou.ink/.env.example
Kalle (Sendou) 4a3cb7815f Add auth
2021-11-17 01:06:50 +02:00

13 lines
449 B
Plaintext

// replace with your own PostgreSQL database connection string
DATABASE_URL=postgresql://sendou@localhost:5432/sendou_ink?schema=public
// these are needed for logging in.
// you can get them by making an application on https://discord.com/developers
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_CALLBACK_URL=http://localhost:3001/auth/discord/callback
COOKIE_SECRET=
FRONTEND_URL=http://localhost:3000
VITE_BACKEND_URL=http://localhost:3001