Skip to content

Commit 0941786

Browse files
chore: add example environment variables
1 parent 68d8022 commit 0941786

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

server/.env.example

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
DATABASE_URL=
22
CLIENT_URL=http://localhost:3000
3-
JWT_REFRESH_SECRET=
4-
JWT_SECRET=
3+
JWT_REFRESH_SECRET=refreshsecret
4+
JWT_SECRET=jwtsecret
55
GOOGLE_CLIENT_ID=
66
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

Comments
 (0)