-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from jembi/add-automatic-cert-generation
Add automatic cert generation for interoperability package
- Loading branch information
Showing
6 changed files
with
108 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# General | ||
|
||
CLUSTERED_MODE=false | ||
|
||
# Log | ||
|
||
DEBUG=0 | ||
BASHLOG_FILE=0 | ||
BASHLOG_FILE_PATH=platform.log | ||
|
||
# Data Mapper - Logstash | ||
|
||
LOGSTASH_DEV_MOUNT=false | ||
LOGSTASH_PACKAGE_PATH= | ||
|
||
# Dashboard Visualiser - JS Report | ||
|
||
## !NOTE: MAKE SURE YOU HAVE RUN 'set-permissions.sh' SCRIPT BEFORE AND AFTER RUNNING JS REPORT | ||
JS_REPORT_DEV_MOUNT=false | ||
JS_REPORT_PACKAGE_PATH= | ||
|
||
# Message Bus - Kafka | ||
|
||
# !NOTE: Topics should comma seperated, optional include partion and repliction values | ||
# e.g. <topic>:<partions>:<replicationFactor> -> test:3:2 (defaults to <topics>:3:1) | ||
# KAFKA_TOPICS=2xx,reprocess,3xx,metrics:3:1 | ||
KAFKA_TOPICS=2xx,2xx-async,reprocess,3xx,metrics:3:3,patient,observation | ||
|
||
OPENHIM_CORE_MEDIATOR_HOSTNAME=c9a4-41-90-68-240.ngrok-free.app | ||
OPENHIM_MEDIATOR_API_PORT=443/openhimcomms | ||
|
||
# Reverse Proxy - Nginx | ||
REVERSE_PROXY_INSTANCES=1 | ||
DOMAIN_NAME=c9a4-41-90-68-240.ngrok-free.app | ||
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> | ||
STAGING=false | ||
INSECURE=false | ||
|
||
# Identity Access Manager - Keycloak | ||
KC_FRONTEND_URL=https://keycloak.c9a4-41-90-68-240.ngrok-free.app | ||
KC_GRAFANA_ROOT_URL=https://grafana.<domain> | ||
KC_JEMPI_ROOT_URL=https://jempi-web.<domain> | ||
KC_SUPERSET_ROOT_URL=https://superset.<domain> | ||
KC_OPENHIM_ROOT_URL=https://c9a4-41-90-68-240.ngrok-free.app | ||
GF_SERVER_DOMAIN=grafana.<domain> | ||
|
||
REACT_APP_JEMPI_BASE_API_HOST=https://jempi-api.<domain> | ||
REACT_APP_JEMPI_BASE_API_PORT=443 | ||
OPENHIM_CONSOLE_BASE_URL=https://c9a4-41-90-68-240.ngrok-free.app | ||
OPENHIM_API_HOST=https://c9a4-41-90-68-240.ngrok-free.app/openhimcomms | ||
OPENHIM_API_PORT=443/openhimcomms | ||
OPENHIM_HOST_NAME=c9a4-41-90-68-240.ngrok-free.app | ||
CERT_RESOLVER=le |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters