mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
40 lines
1.6 KiB
YAML
40 lines
1.6 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
# decomment following lines for S3 bucket to store our images
|
|
# AWS_ACCESS_KEY_ID: see secrets
|
|
# AWS_BUCKET: ocelot-social-uploads
|
|
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
|
|
# AWS_REGION: fra1
|
|
# AWS_SECRET_ACCESS_KEY: see secrets
|
|
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
|
|
COMMIT: ""
|
|
EMAIL_DEFAULT_SENDER: devops@ocelot.social # change this to your e-mail
|
|
GRAPHQL_PORT: "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"
|
|
# NEO4J_dbms_connector_bolt_thread__pool__max__size: "10000"
|
|
NEO4J_apoc_import_file_enabled: "true"
|
|
NEO4J_dbms_memory_heap_initial__size: "500M"
|
|
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" # 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" # change this to your domain
|
|
# SMTP_PASSWORD: see secrets
|
|
SMTP_PORT: "25" # change this to your port
|
|
# 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
|
|
metadata:
|
|
name: configmap
|
|
namespace: ocelot-social
|