We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d8022 commit 0941786Copy full SHA for 0941786
1 file changed
server/.env.example
@@ -1,6 +1,9 @@
1
DATABASE_URL=
2
CLIENT_URL=http://localhost:3000
3
-JWT_REFRESH_SECRET=
4
-JWT_SECRET=
+JWT_REFRESH_SECRET=refreshsecret
+JWT_SECRET=jwtsecret
5
GOOGLE_CLIENT_ID=
6
GOOGLE_CLIENT_SECRET=
7
+
8
+Refer this to get client id & secret
9
+https://developers.google.com/identity/protocols/oauth2https://developers.google.com/adwords/api/docs/guides/authentication#create_a_client_id_and_client_secret
0 commit comments