12 lines
364 B
YAML
12 lines
364 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: fifa2026-platform-config
|
|
namespace: fifa2026
|
|
data:
|
|
APP_TIME_ZONE: Asia/Taipei
|
|
NEXT_PUBLIC_WS_URL: wss://2026fifa.wooo.work/ws/matches
|
|
NEXT_PUBLIC_API_ORIGIN: http://fifa2026-api:8000
|
|
DATABASE_URL: postgresql://fifa_user:change_me@fifa2026-postgres:5432/fifa2026
|
|
REDIS_URL: redis://fifa2026-redis:6379/0
|