Files
Minikura/.env.example
T

20 lines
752 B
Bash
Raw Normal View History

2026-01-23 10:31:20 +07:00
# Database Configuration
# PostgreSQL connection string for the Minikura database
DATABASE_URL="postgresql://user:password@localhost:5432/minikura"
2025-05-12 12:47:17 +07:00
2026-01-23 10:31:20 +07:00
# Web Application
# URL where the web frontend is running (used for CORS)
WEB_URL="http://localhost:3001"
2026-08-13 01:57:48 +07:00
# Internal API URL used by the Next.js server and same-origin browser proxy
API_URL="http://localhost:3000"
2026-01-23 10:31:20 +07:00
# Kubernetes Configuration
KUBERNETES_NAMESPACE="minikura"
2026-08-13 03:29:29 +07:00
# Base API URL reachable from operator-managed proxy pods
MINIKURA_OPERATOR_BACKEND_URL="http://minikura-backend:3000/api"
# Comma-separated download URLs for RedisBungee and the shaded Minikura Velocity plugin JAR
# MINIKURA_VELOCITY_PLUGIN_URL="https://example.com/redisbungee.jar,https://example.com/minikura-velocity.jar"