-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 824 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (26 loc) · 824 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
# NextAuth
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=replace-with-a-strong-secret
NEXTAUTH_SIGNIN_URL=http://auth.your-domain.local # or you can use admin instade of auth
# Google Analytics
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# MongoDB
MONGODB_URI=mongodb+srv://user:pass@cluster0.example.mongodb.net/stoonprod
# Cloudinary
CLOUDINARY_CLOUD_NAME=your-cloud-name
CLOUDINARY_API_KEY=your-api-key
CLOUDINARY_API_SECRET=your-api-secret
# on windows for local dev
NEXTAUTH_SECRET="dev-secret"
# Optional / missing commonly used ones
NEXT_PUBLIC_SITE_NAME=YourSiteName
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXTAUTH_DEBUG=true
# Gmail
SMTP_HOST=your.smtp.host
SMTP_PORT=587
SMTP_USER=youruser
SMTP_PASS=yourpass
# SonarQube
SONAR_TOKEN=sqp_your_sonar_token
SONAR_PROJECT_KEY=sqp_your_sonar_project_key