All checks were successful
Deploy to Production / deploy (push) Successful in 1m7s
Without these variables the admin user seed was skipped in production. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
806 B
Plaintext
28 lines
806 B
Plaintext
# Galaxis-Po Production Environment Variables
|
|
# These values should be set as Gitea Secrets, not in this file.
|
|
# This file is a reference template only.
|
|
|
|
# Database
|
|
DB_USER=galaxy
|
|
DB_PASSWORD=your_strong_password_here
|
|
DB_NAME=galaxy_po
|
|
|
|
# JWT Authentication (generate with: openssl rand -hex 32)
|
|
JWT_SECRET=your_jwt_secret_key_here_at_least_32_characters
|
|
|
|
# Korea Investment & Securities OpenAPI
|
|
KIS_APP_KEY=your_kis_app_key
|
|
KIS_APP_SECRET=your_kis_app_secret
|
|
KIS_ACCOUNT_NO=your_account_number
|
|
|
|
# DART OpenAPI (Financial Statements)
|
|
DART_API_KEY=your_dart_api_key
|
|
|
|
# CORS (comma-separated origins, used by backend)
|
|
CORS_ORIGINS=https://your-domain.com
|
|
|
|
# Admin user (auto-created on startup if not exists)
|
|
ADMIN_USERNAME=your_admin_username
|
|
ADMIN_EMAIL=your_admin_email
|
|
ADMIN_PASSWORD=your_admin_password
|