Files
kami_apple_exchage/backend/deploy/k8s/secret.yaml
danial 108a8810e6 refactor: migrate to Apple Exchange backend architecture
Remove distributed crawler system and refactor backend to focus on Apple Gift Card Exchange functionality. Update deployment configurations and dependencies accordingly.
2025-08-26 23:39:47 +08:00

13 lines
411 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: apple-exchange-secret
namespace: apple-exchange
type: Opaque
data:
# Base64编码的敏感信息
# 使用: echo -n "your-password" | base64
DATABASE_PASSWORD: cGFzc3dvcmQ= # password
REDIS_PASSWORD: "" # 空密码
JWT_SECRET_KEY: eW91ci1qd3Qtc2VjcmV0LWtleQ== # your-jwt-secret-key
ENCRYPTION_KEY: eW91ci1lbmNyeXB0aW9uLWtleQ== # your-encryption-key