mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-19 13:40:41 -05:00
10 lines
347 B
Plaintext
10 lines
347 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=
|
|
COOKIE_SECRET=
|
|
FRONT_PAGE_URL=http://localhost:3000/
|