You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client=""## google client , get it from https://console.developers.google.com/
2
-
Secret=""# secret of the client
3
-
redirect_url=""# redirect url you added in your google oauth api, make sure the url is same including the port, should match the route of callback
1
+
APP_PORT="3300"## port on which the app will run
2
+
GOOGLE_CLIENT_ID=""## google client , get it from https://console.developers.google.com/
3
+
GOOGLE_CLIENT_SECRET=""# secret of the client
4
+
GOOGLE_REDIRECT_URL=""# redirect url you added in your google oauth api, make sure the url is same including the port, should match the route of callback
0 commit comments