-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 851 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 851 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
# ==============================================================================
# Moo: Twitter Clone - Developer Environment Configuration
# ==============================================================================
# --- DATABASE CONFIGURATION ---
# Internal host used by Docker; use 'localhost' if running app natively
DB_HOST=db
DB_PORT=3306
DB_PORT_HOST=3306
DB_NAME=twitter_clone
DB_USER=moouser
DB_PASS=moopass
DB_ROOT_PASS=rootpass
# --- SECURITY CONFIGURATION ---
# Minimum 64 characters for high-performance hashing
JWT_SECRET=9a4f4342453527245a462d4a614e645267556b58703273357638792f423f4528
JWT_EXPIRATION=3600000
# --- APP PORT CONFIGURATION ---
# Port exposed to the host machine (avoids 8080 collision)
HOST_PORT=8082
ADMINER_PORT=8083
# --- SPRING BOOT CONFIGURATION ---
SPRING_PROFILES_ACTIVE=prod
LOGGING_LEVEL_XYZ_SUBHO=INFO