Files
Minikura/.env.example
T

14 lines
424 B
Bash

# Database Configuration
# PostgreSQL connection string for the Minikura database
DATABASE_URL="postgresql://user:password@localhost:5432/minikura"
# Web Application
# URL where the web frontend is running (used for CORS)
WEB_URL="http://localhost:3001"
# Internal API URL used by the Next.js server and same-origin browser proxy
API_URL="http://localhost:3000"
# Kubernetes Configuration
KUBERNETES_NAMESPACE="minikura"