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