mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
16 lines
424 B
YAML
16 lines
424 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
SMTP_HOST: "mailserver.human-connection"
|
|
SMTP_PORT: "25"
|
|
GRAPHQL_PORT: "4000"
|
|
GRAPHQL_URI: "http://nitro-backend.human-connection:4000"
|
|
MOCKS: "false"
|
|
NEO4J_URI: "bolt://nitro-neo4j.human-connection:7687"
|
|
NEO4J_AUTH: "none"
|
|
CLIENT_URI: "https://nitro-staging.human-connection.org"
|
|
metadata:
|
|
name: configmap
|
|
namespace: human-connection
|