-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production
More file actions
43 lines (34 loc) · 1.3 KB
/
Copy path.env.production
File metadata and controls
43 lines (34 loc) · 1.3 KB
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
34
35
36
37
38
39
40
41
42
43
# Production Environment Variables for hydraa.eastasia.cloudapp.azure.com
NODE_ENV=production
SECRET=8deadf2493fa2ec5467cd1e756ae7fcb31b0e9ed301aaa4952374d27d9b10f45
# URLs - Updated for Azure domain
NEXTAUTH_URL=https://hydraa.eastasia.cloudapp.azure.com
NEXT_PUBLIC_SITE_URL=https://hydraa.eastasia.cloudapp.azure.com
SITE_URL=https://hydraa.eastasia.cloudapp.azure.com
# Site Information
SITE_NAME=Hydraa
AUTHOR_NAME=Jayakumar
# Database - VM PostgreSQL configuration
DATABASE_URL=postgresql://hydraa_user:hydraa_password@127.0.0.1:5432/hydraa
# OAuth Providers (configure as needed)
GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
# Email Configuration (configure SMTP settings)
EMAIL_SERVER_HOST=smtp.gmail.com
EMAIL_SERVER_PORT=587
EMAIL_SERVER_USER=your_email@gmail.com
EMAIL_SERVER_PASSWORD=your_app_password
EMAIL_FROM=your_email@gmail.com
# Stripe (if using payments)
STRIPE_PUBLISHABLE_KEY=pk_live_...
STRIPE_SECRET_KEY=sk_live_...
STRIPE_WEBHOOK_SECRET=whsec_...
# Monitoring and Error Tracking
SENTRY_DSN=your_sentry_dsn_here
# Security
ARCJET_KEY=your_arcjet_key_here
# Sanity CMS (if used)
NEXT_PUBLIC_SANITY_PROJECT_ID=your_sanity_project_id
NEXT_PUBLIC_SANITY_PROJECT_TITLE=Hydraa