-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 806 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 806 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
# This file contains the environment variables needed to run the application.
# Copy this file to .env and fill in ALL the values.
# --- Core Application Settings ---
# A secret key for signing JWTs. You can generate one with: openssl rand -hex 32
SECRET_KEY=
# A comma-separated list of allowed origins for CORS. Example: http://localhost:3000,http://localhost:8080
BACKEND_CORS_ORIGINS=http://localhost:3000
# --- Database Credentials ---
POSTGRES_SERVER=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
POSTGRES_PORT=
# --- First Admin User Credentials ---
FIRST_SUPERUSER_EMAIL=
FIRST_SUPERUSER_PASSWORD=
# --- pgAdmin Credentials ---
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
# --- Razorpay Credentials ---
RAZORPAY_KEY_ID=rzp_test_xxx
RAZORPAY_KEY_SECRET=xxx
RAZORPAY_WEBHOOK_SECRET=xxx