mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Refine configmap
This commit is contained in:
parent
8570db3ebc
commit
c4022c6c97
@ -10,8 +10,8 @@ To deploy the SMTP server just uncomment the relevant code in the
|
|||||||
run the following:
|
run the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# in folder deployment/human-connection
|
# in folder deployment/ocelot-social
|
||||||
kubectl apply -f mailserver/
|
$ kubectl apply -f mailserver/
|
||||||
```
|
```
|
||||||
|
|
||||||
You might need to refresh the TLS secret to enable HTTPS on the publicly
|
You might need to refresh the TLS secret to enable HTTPS on the publicly
|
||||||
|
|||||||
@ -9,6 +9,7 @@ data:
|
|||||||
# AWS_SECRET_ACCESS_KEY: see secrets
|
# AWS_SECRET_ACCESS_KEY: see secrets
|
||||||
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
|
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
|
||||||
COMMIT: ""
|
COMMIT: ""
|
||||||
|
EMAIL_DEFAULT_SENDER: devops@ocelot.social # change this to your e-mail
|
||||||
GRAPHQL_PORT: "4000"
|
GRAPHQL_PORT: "4000"
|
||||||
GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social
|
GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social
|
||||||
# decomment following line for Neo4j Enterprice version instead of Community version
|
# decomment following line for Neo4j Enterprice version instead of Community version
|
||||||
@ -29,8 +30,9 @@ data:
|
|||||||
SENTRY_DSN_BACKEND: "---toBeSet---"
|
SENTRY_DSN_BACKEND: "---toBeSet---"
|
||||||
SMTP_HOST: "mail.ocelot.social" # change this to your domain
|
SMTP_HOST: "mail.ocelot.social" # change this to your domain
|
||||||
# SMTP_PASSWORD: see secrets
|
# SMTP_PASSWORD: see secrets
|
||||||
SMTP_PORT: "25"
|
SMTP_PORT: "25" # change this to your port
|
||||||
# SMTP_USERNAME: see secrets
|
# SMTP_USERNAME: see secrets
|
||||||
|
SMTP_IGNORE_TLS: 'true' # change this to your setting
|
||||||
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain
|
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain
|
||||||
metadata:
|
metadata:
|
||||||
name: configmap
|
name: configmap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user