the middle of the idiots
This commit is contained in:
17
qwen/hack/k8s/secrets.yaml
Normal file
17
qwen/hack/k8s/secrets.yaml
Normal 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
|
||||
Reference in New Issue
Block a user