23 lines
773 B
YAML
23 lines
773 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nxtgauge-backend-rust-secrets
|
|
namespace: nxtgauge
|
|
type: Opaque
|
|
stringData:
|
|
DATABASE_URL: "postgresql://postgres:chandan2026%401@pg-postgresql.data.svc.cluster.local:5432/nxtgauge"
|
|
JWT_SECRET: "bPU0RQ/N7JW8CDCioe6AFBw/lBLTm++pGtta20pcsTX36p3OyheplgUyiD66OCuV"
|
|
REDIS_URL: "redis://redis-master.data.svc.cluster.local:6379"
|
|
SMTP_HOST: "mail.nxtgauge.com"
|
|
SMTP_PORT: "587"
|
|
SMTP_USER: "noreply@nxtgauge.com"
|
|
SMTP_PASS: "Nxtguage@1128"
|
|
SMTP_FROM_NAME: "NXTGAUGE"
|
|
SMTP_FROM_EMAIL: "noreply@nxtgauge.com"
|
|
SMTP_SECURE: "false"
|
|
SMTP_REQUIRE_TLS: "true"
|
|
B2_BUCKET_NAME: "nxtgauge"
|
|
B2_REGION: "eu-central-003"
|
|
B2_ENDPOINT: "s3.eu-central-003.backblazeb2.com"
|
|
B2_ACCESS_KEY_ID: ""
|
|
B2_SECRET_ACCESS_KEY: ""
|