mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Clarified configmap.template.yaml
This commit is contained in:
parent
197f99b178
commit
7c97fa4459
@ -7,10 +7,10 @@ data:
|
||||
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
|
||||
# AWS_REGION: fra1
|
||||
# AWS_SECRET_ACCESS_KEY: see secrets
|
||||
CLIENT_URI: "https://develop-k8s.ocelot.social"
|
||||
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
|
||||
COMMIT: ""
|
||||
GRAPHQL_PORT: "4000"
|
||||
GRAPHQL_URI: "http://backend.ocelot-social:4000"
|
||||
GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social
|
||||
# decomment following line for Neo4j Enterprice version instead of Community version
|
||||
# NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
|
||||
NEO4J_AUTH: "none"
|
||||
@ -20,18 +20,18 @@ data:
|
||||
NEO4J_dbms_memory_heap_max__size: "500M"
|
||||
NEO4J_dbms_memory_pagecache_size: "490M"
|
||||
NEO4J_dbms_security_procedures_unrestricted: "algo.*,apoc.*"
|
||||
NEO4J_URI: "bolt://neo4j.ocelot-social:7687"
|
||||
NEO4J_URI: "bolt://neo4j.ocelot-social:7687" # leave this as ocelot-social
|
||||
PUBLIC_REGISTRATION: "false"
|
||||
REDIS_DOMAIN: ---toBeSet(IP)---
|
||||
# REDIS_PASSWORD: see secrets
|
||||
REDIS_PORT: "6379"
|
||||
SENTRY_DSN_WEBAPP: "---toBeSet---"
|
||||
SENTRY_DSN_BACKEND: "---toBeSet---"
|
||||
SMTP_HOST: "mail.ocelot.social"
|
||||
SMTP_HOST: "mail.ocelot.social" # change this to your domain
|
||||
# SMTP_PASSWORD: see secrets
|
||||
SMTP_PORT: "25"
|
||||
# SMTP_USERNAME: see secrets
|
||||
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql
|
||||
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain
|
||||
metadata:
|
||||
name: configmap
|
||||
namespace: ocelot-social
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user