initial wcag-ada
This commit is contained in:
parent
042b8cb83a
commit
d52cfe7de2
112 changed files with 9069 additions and 0 deletions
26
apps/wcag-ada/k8s/secrets.yaml
Normal file
26
apps/wcag-ada/k8s/secrets.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: wcag-ada-secrets
|
||||
namespace: wcag-ada
|
||||
type: Opaque
|
||||
stringData:
|
||||
# Database
|
||||
DATABASE_URL: "postgresql://wcag_user:wcag_password@postgres-service:5432/wcag_ada"
|
||||
|
||||
# Redis
|
||||
REDIS_PASSWORD: ""
|
||||
|
||||
# API
|
||||
API_JWT_SECRET: "your-super-secret-jwt-key-change-in-production"
|
||||
|
||||
# Email (optional)
|
||||
SMTP_HOST: ""
|
||||
SMTP_PORT: "587"
|
||||
SMTP_USER: ""
|
||||
SMTP_PASS: ""
|
||||
SMTP_FROM: "noreply@wcag-ada.com"
|
||||
|
||||
# Slack (optional)
|
||||
SLACK_WEBHOOK_URL: ""
|
||||
SLACK_CHANNEL: "#wcag-alerts"
|
||||
Loading…
Add table
Add a link
Reference in a new issue