-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
34 lines (28 loc) · 1.04 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
# ==============================================================
# EvolveHub - Environment Variables
# ==============================================================
# Copy this file to .env and fill in the values.
# .env is excluded from version control via .gitignore.
# ==============================================================
# -------------------- Spring Profile --------------------
# Options: dev, prod
SPRING_PROFILES_ACTIVE=dev
# -------------------- PostgreSQL --------------------
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
# -------------------- Redis --------------------
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
# -------------------- Server Ports (prod override) --------------------
# SERVER_PORT=8080 # gateway
# SERVER_PORT=8081 # auth
# SERVER_PORT=8082 # ai
# SERVER_PORT=8083 # admin
# -------------------- HikariCP Pool (prod) --------------------
# DB_POOL_SIZE=20
# DB_POOL_MIN_IDLE=5
# -------------------- Logging --------------------
# LOG_PATH=./logs