-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
55 lines (46 loc) · 831 Bytes
/
.env.example
File metadata and controls
55 lines (46 loc) · 831 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Database Configuration
MYSQL_ROOT_PASSWORD=
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_HOST=
MYSQL_PORT=
MYSQL_SSLMODE=
# File Upload Configuration
MAX_REQUEST_BODY_SIZE_MB=
MAX_FILE_SIZE_MB=
# Logging Configuration
LOG_LEVEL=
# Minio Configuration
MINIO_ENDPOINT=
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
MINIO_BUCKET_NAME=
MINIO_BUCKET_LOCATION=
MINIO_ROOT_USER=
MINIO_ROOT_PASSWORD=
MINIO_IS_SECURE=
MINIO_PORT=
MINIO_PORT_ADMIN=
MINIO_PUBLIC_DOMAIN=
# Backend Configuration
SERVER_ENV=
SERVER_PORT=
JWT_SECRET=
JWT_EXPIRES_IN_HOUR=
# Frontend Configuration
VITE_API_URL=
# External Service Configuration
NOMINATIM_URL=
# Credential Configuration
SUPERADMIN_USERNAME=
SUPERADMIN_PASSWORD=
# Redis Configuration
REDIS_ADDR=
REDIS_PASSWORD=
# SMTP Configuration
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASS=
SMTP_FROM=