Skip to content

Commit

Permalink
doogle
Browse files Browse the repository at this point in the history
  • Loading branch information
devradheee committed Nov 29, 2024
1 parent a06fb22 commit bcc416d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MONGODB_URL = mongodb+srv://Doogle:doogle@[email protected]/?retryWrites=true&w=majority&appName=Cluster0
PORT = 5000

# # agar sign in with google add karna hai to ye
# GOOGLE_ID=
# GOOGLE_SECRET=

# # agar sign in with github on karna hai to ye
# GITHUB_ID=
# GITHUB_SECRET=

URI="mongodb+srv://Doogle:doogle@[email protected]/?retryWrites=true&w=majority&appName=Cluster0"
NEXTAUTH_URL=http://localhost:3000

PUSHER_APP_ID="1899674"
PUSHER_KEY="89a420190e7f9650b95b"
NEXT_PUBLIC_PUSHER_KEY="89a420190e7f9650b95b"
PUSHER_SECRET="f8ba4f789fced41d7c25"
NEXT_PUBLIC_PUSHER_CLUSTER="ap2"
PUSHER_CLUSTER="ap2"

# app_id = "1899674"
# key = "89a420190e7f9650b95b"
# secret = "f8ba4f789fced41d7c25"
# cluster = "ap2"

0 comments on commit bcc416d

Please sign in to comment.