mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
- remove namespace, since it's best practice to use the cli to add it, @roschaefer points out - organize templates into directories - migrations should be ran after the backend has started... - should init really be ran every time??
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
domain: develop.human-connection.org
|
|
commit: 889a7cdd24dda04a139b2b77d626e984d6db6781
|
|
|
|
# configs
|
|
application:
|
|
initializeCommand: "yarn prod:migrate init"
|
|
migrationsCommand: "yarn prod:migrate up"
|
|
developmentMailserverDomain: "mailserver.human-connection.org"
|
|
humanConnectionDomain: "develop.human-connection.org"
|
|
image:
|
|
pullPolicy: Always
|
|
letsencryptIssuer: "letsencrypt-prod"
|
|
neo4jConfig:
|
|
apoc_import_file_enabled: "true"
|
|
dbms_memory_pagecache_size: "490M"
|
|
dbms_memory_heap_max__size: "500M"
|
|
dbms_memory_heap_initial__size: "500M"
|
|
neo4jResourceLimitsMemory: "2G"
|
|
neo4jResourceRequestsMemory: "1G"
|
|
supportEmail: "devcom@human-connection.org"
|
|
smtpHost: "mailserver.human-connection"
|
|
smtpPort: "25"
|
|
smtpUsername:
|
|
smtpPassword:
|
|
volumes:
|
|
uploads:
|
|
storage: 5Gi
|
|
neo4jData:
|
|
storage: 8Gi
|
|
# secrets
|
|
jwtSecret: "Yi8mJjdiNzhCRiZmdi9WZA=="
|
|
privateKeyPassphrase: "YTdkc2Y3OHNhZGc4N2FkODdzZmFnc2FkZzc4"
|
|
mapboxToken: "cGsuZXlKMUlqb2lhSFZ0WVc0dFkyOXVibVZqZEdsdmJpSXNJbUVpT2lKamFqbDBjbkJ1Ykdvd2VUVmxNM1Z3WjJsek5UTnVkM1p0SW4wLktaOEtLOWw3MG9talhiRWtrYkhHc1E="
|