|
| 1 | +# General |
| 2 | + |
| 3 | +CLUSTERED_MODE=false |
| 4 | + |
| 5 | +# Log |
| 6 | + |
| 7 | +DEBUG=0 |
| 8 | +BASHLOG_FILE=0 |
| 9 | +BASHLOG_FILE_PATH=platform.log |
| 10 | + |
| 11 | +# Data Mapper - Logstash |
| 12 | + |
| 13 | +LOGSTASH_DEV_MOUNT=false |
| 14 | +LOGSTASH_PACKAGE_PATH= |
| 15 | + |
| 16 | +# Dashboard Visualiser - JS Report |
| 17 | + |
| 18 | +## !NOTE: MAKE SURE YOU HAVE RUN 'set-permissions.sh' SCRIPT BEFORE AND AFTER RUNNING JS REPORT |
| 19 | +JS_REPORT_DEV_MOUNT=false |
| 20 | +JS_REPORT_PACKAGE_PATH= |
| 21 | + |
| 22 | +# Message Bus - Kafka |
| 23 | + |
| 24 | +# !NOTE: Topics should comma seperated, optional include partion and repliction values |
| 25 | +# e.g. <topic>:<partions>:<replicationFactor> -> test:3:2 (defaults to <topics>:3:1) |
| 26 | +# KAFKA_TOPICS=2xx,reprocess,3xx,metrics:3:1 |
| 27 | +KAFKA_TOPICS=2xx,2xx-async,reprocess,3xx,metrics:3:3,patient,observation |
| 28 | + |
| 29 | +OPENHIM_CORE_MEDIATOR_HOSTNAME=c9a4-41-90-68-240.ngrok-free.app |
| 30 | +OPENHIM_MEDIATOR_API_PORT=443/openhimcomms |
| 31 | + |
| 32 | +# Reverse Proxy - Nginx |
| 33 | +REVERSE_PROXY_INSTANCES=1 |
| 34 | +DOMAIN_NAME=c9a4-41-90-68-240.ngrok-free.app |
| 35 | +SUBDOMAINS=openhimcomms.<domain>,openhimcore.<domain>,openhimconsole.<domain>,kibana.<domain>,reports.<domain>,santewww.<domain>,santempi.<domain>,superset.<domain>,keycloak.<domain>,grafana.<domain>,minio.<domain>,jempi-web.<domain>,jempi-api.<domain> |
| 36 | +STAGING=false |
| 37 | +INSECURE=false |
| 38 | + |
| 39 | +# Identity Access Manager - Keycloak |
| 40 | +KC_FRONTEND_URL=https://keycloak.c9a4-41-90-68-240.ngrok-free.app |
| 41 | +KC_GRAFANA_ROOT_URL=https://grafana.<domain> |
| 42 | +KC_JEMPI_ROOT_URL=https://jempi-web.<domain> |
| 43 | +KC_SUPERSET_ROOT_URL=https://superset.<domain> |
| 44 | +KC_OPENHIM_ROOT_URL=https://c9a4-41-90-68-240.ngrok-free.app |
| 45 | +GF_SERVER_DOMAIN=grafana.<domain> |
| 46 | + |
| 47 | +REACT_APP_JEMPI_BASE_API_HOST=https://jempi-api.<domain> |
| 48 | +REACT_APP_JEMPI_BASE_API_PORT=443 |
| 49 | +OPENHIM_CONSOLE_BASE_URL=https://c9a4-41-90-68-240.ngrok-free.app |
| 50 | +OPENHIM_API_HOST=https://c9a4-41-90-68-240.ngrok-free.app/openhimcomms |
| 51 | +OPENHIM_API_PORT=443/openhimcomms |
| 52 | +OPENHIM_HOST_NAME=c9a4-41-90-68-240.ngrok-free.app |
| 53 | +CERT_RESOLVER=le |
0 commit comments