Skip to content

Commit 888c399

Browse files
committed
chore: add refresh token secret and expiration time on env example
1 parent 630ec80 commit 888c399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ DB_PASSWORD=your_password
55
DB_NAME=corpora
66
JWT_SECRET=your_secret
77
JWT_EXPIRES_IN=1d
8+
REFRESH_JWT_SECRET=your_secret_2
9+
REFRESH_JWT_EXPIRES_IN=7d
810
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
911
GOOGLE_SECRET=YOUR_GOOGLE_SECRET
1012
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback

0 commit comments

Comments
 (0)