Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PORT=3005
DB_HOST=localhost
DB_USERNAME=postgres
DB_PASSWORD=123123
DB_DATABASE=postgres
CLIENT_HOST=http://localhost:5173
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
[email protected]
SMTP_PASSWORD=wxqncsyrseiamdtm
JWT_SECRET = access_secret;
JWT_REFRESH_SECRET = refresh_secret;
Loading
Loading