1988673f80
- add Role decorator
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
DATABASE_URL="mysql://USER:PASS@IP:PORT/DB"
|
|
|
|
JWT_SECRET=
|
|
JWT_EXPIRES_IN=1h
|
|
|
|
REFRESH_JWT_SECRET=
|
|
REFRESH_JWT_EXPIRES_IN=7d
|
|
|
|
DISCORD_CLIENT_ID=
|
|
DISCORD_CLIENT_SECRET=
|
|
DISCORD_CALLBACK_URL=http://localhost:3000/auth/discord/callback |