mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
22 lines
695 B
YAML
22 lines
695 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
SMTP_HOST: "mailserver.human-connection"
|
|
SMTP_PORT: "25"
|
|
GRAPHQL_URI: "http://nitro-backend.human-connection:4000"
|
|
NEO4J_URI: "bolt://nitro-neo4j.human-connection:7687"
|
|
NEO4J_AUTH: "none"
|
|
CLIENT_URI: "https://nitro-staging.human-connection.org"
|
|
NEO4J_apoc_import_file_enabled: "true"
|
|
NEO4J_dbms_memory_pagecache_size: "490M"
|
|
NEO4J_dbms_memory_heap_max__size: "500M"
|
|
NEO4J_dbms_memory_heap_initial__size: "500M"
|
|
NEO4J_dbms_security_procedures_unrestricted: "algo.*,apoc.*"
|
|
SENTRY_DSN_WEBAPP: ""
|
|
SENTRY_DSN_BACKEND: ""
|
|
COMMIT: ""
|
|
metadata:
|
|
name: configmap
|
|
namespace: human-connection
|