2026-02-03 12:27:34 +09:00
|
|
|
# Galaxy-PO Environment Variables
|
|
|
|
|
# Copy this file to .env and fill in the values
|
|
|
|
|
|
2026-02-02 23:05:41 +09:00
|
|
|
# Database
|
2026-02-03 12:27:34 +09:00
|
|
|
DB_USER=galaxy
|
2026-02-02 23:05:41 +09:00
|
|
|
DB_PASSWORD=your_secure_password_here
|
2026-02-03 12:27:34 +09:00
|
|
|
DB_NAME=galaxy_po
|
2026-02-02 23:05:41 +09:00
|
|
|
|
|
|
|
|
# JWT Authentication
|
2026-02-03 12:27:34 +09:00
|
|
|
JWT_SECRET=your_jwt_secret_key_here_at_least_32_characters
|
2026-02-02 23:05:41 +09:00
|
|
|
|
2026-02-03 12:27:34 +09:00
|
|
|
# Korea Investment & Securities OpenAPI (optional)
|
2026-02-02 23:05:41 +09:00
|
|
|
KIS_APP_KEY=your_kis_app_key
|
|
|
|
|
KIS_APP_SECRET=your_kis_app_secret
|
|
|
|
|
KIS_ACCOUNT_NO=your_account_number
|
|
|
|
|
|
2026-02-03 12:27:34 +09:00
|
|
|
# DART OpenAPI (Financial Statements, optional)
|
2026-02-02 23:05:41 +09:00
|
|
|
DART_API_KEY=your_dart_api_key
|
2026-02-03 12:27:34 +09:00
|
|
|
|
|
|
|
|
# Production only
|
|
|
|
|
API_URL=https://your-domain.com
|