the middle of the idiots

This commit is contained in:
2025-10-24 16:29:40 -05:00
parent 6a58e19b10
commit 721301c779
2472 changed files with 237076 additions and 418 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Secret
metadata:
name: moh-secrets
namespace: merchantsofhope
type: Opaque
data:
# These values should be replaced with actual base64 encoded values in production
DB_USER: bW9oX3VzZXI= # base64 encoded "moh_user"
DB_PASS: bW9oX3Bhc3N3b3Jk # base64 encoded "moh_password"
GOOGLE_CLIENT_ID: "" # base64 encoded Google client ID
GOOGLE_CLIENT_SECRET: "" # base64 encoded Google client secret
GITHUB_CLIENT_ID: "" # base64 encoded GitHub client ID
GITHUB_CLIENT_SECRET: "" # base64 encoded GitHub client secret
MAIL_USERNAME: "" # base64 encoded mail username
MAIL_PASSWORD: "" # base64 encoded mail password
JWT_SECRET: "" # base64 encoded JWT secret