mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 21:56:24 +00:00
12 lines
274 B
YAML
12 lines
274 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-common
|
|
type: Opaque
|
|
stringData:
|
|
# JWT Secret Key (Base64 encoded in production)
|
|
JWT_SECRET_KEY: "hgzero-jwt-secret-key-change-in-production"
|
|
|
|
# Redis Password
|
|
REDIS_PASSWORD: "redis-password-change-in-production"
|