We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630ec80 commit 888c399Copy full SHA for 888c399
.env.example
@@ -5,6 +5,8 @@ DB_PASSWORD=your_password
5
DB_NAME=corpora
6
JWT_SECRET=your_secret
7
JWT_EXPIRES_IN=1d
8
+REFRESH_JWT_SECRET=your_secret_2
9
+REFRESH_JWT_EXPIRES_IN=7d
10
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
11
GOOGLE_SECRET=YOUR_GOOGLE_SECRET
12
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
0 commit comments