-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (20 loc) · 705 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (20 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
```
# MONGO_URI=<your-mongo-uri>
# JWT_SECRET =<your-jwt-secret>
# NEXT_PUBLIC_GITHUB_TOKEN=
# NEXT_PUBLIC_CONVEX_URL
# NEXT_PUBLIC_BASE_URL = http://localhost:3000
# GOOGLE_ACCOUNT_USER=
# GOOGLE_ACCOUNT_PASS=<app-password-for-singing-in>
# GOOGLE_ACCOUNT_APP_NAME="findYourHackathonmates"
# CLOUDINARY_API_SECRET=<your-cloudinary-api-secret>
# NEXT_PUBLIC_CLOUDINARY_API_KEY=<your-cloudinary-api-key>
# NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=<your-cloudinary-cloud-name>
# NEXT_PUBLIC_GOOGLE_AUTH_CLIENT_ID=
# NEXT_PUBLIC_GOOGLE_AUTH_CLIENT_SECRET=
# NEXT_PUBLIC_GITHUB_CLIENT_ID=
# NEXT_PUBLIC_GITHUB_CLIENT_SECRET=
# NODE_ENV="production"
# HOSTNAME=<hostname>
# PORT=<your-server-port>
```