-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
27 lines (21 loc) · 1.03 KB
/
.env.docker.example
File metadata and controls
27 lines (21 loc) · 1.03 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
# ── Redis Cloud ────────────────────────────────────────
REDIS_HOST=your_redis_host
REDIS_PORT=your_redis_port
REDIS_USERNAME=your_redis_username
REDIS_PASSWORD=your_redis_password
# ── Database ───────────────────────────────────────────
DB_NAME=seamail
DB_USER=seamail_user
DB_PASSWORD=your_db_password
DB_ROOT_PASSWORD=your_db_password
# ── Backend ───────────────────────────────────────────
CORS_ALLOWED_ORIGIN=http://localhost
JWT_SECRET=your_jwt_secret_key
DISCORD_CLIENT_ID=your_discord_client_id
DISCORD_CLIENT_SECRET=your_discord_client_secret
# Frontend
VITE_BACKEND_API_URL=/api/v1
VITE_DISCORD_REDIRECT_URI=http://localhost:8081/DiscordSignin
VITE_CLIENT_ID=your_discord_client_id
VITE_TERMS_OF_USE_URL=your_terms_of_use_url
VITE_PRIVACY_POLICY_URL=your_privacy_policy_url