22 lines
663 B
YAML
22 lines
663 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nxtgauge-backend-secrets
|
|
namespace: nxtgauge
|
|
type: Opaque
|
|
stringData:
|
|
DATABASE_HOST: "pg-postgresql.data.svc.cluster.local"
|
|
DATABASE_PORT: "5432"
|
|
DATABASE_USER: "postgres"
|
|
DATABASE_PASSWORD: "chandan2026@1"
|
|
DATABASE_NAME: "nxtgauge"
|
|
DATABASE_URL: "postgresql://postgres:chandan2026%401@pg-postgresql.data.svc.cluster.local:5432/nxtgauge"
|
|
JWT_SECRET: "REPLACE_ME"
|
|
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"
|