-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 198_moh_mali_chw_config
- Loading branch information
Showing
12 changed files
with
255 additions
and
32 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
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,12 @@ | ||
services: | ||
redis: | ||
image: redis:6.2-alpine | ||
restart: always | ||
volumes: | ||
- redis-data:/data | ||
ports: | ||
- 6379:6379 | ||
|
||
|
||
volumes: | ||
redis-data: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
NODE_ENV= # set to "dev" to use CHT_DEV_URL_PORT below, leave empty for production | ||
COOKIE_PRIVATE_KEY= # unique random key, use uuidgen to populate | ||
WORKER_PRIVATE_KEY= # unique random key, use uuidgen to populate. different from COOKIE_PRIVATE_KEY | ||
CONFIG_NAME=chis-ke # Name of the configuration | ||
PORT=3000 # for development environmentcontainer) | ||
EXTERNAL_PORT=3000 # for docker | ||
INTERFACE=0.0.0.0 # Leave as '0.0.0.0' for prod, suggest '127.0.0.1' for development | ||
#REDIS_HOST=redis # Redis server hostname - only uncomment if you know what you're doing | ||
#REDIS_PORT=6378 # Redis server port - only uncomment if you know what you're doing | ||
CHT_DEV_HTTP=false # 'true' for http 'false' for https | ||
CHT_DEV_URL_PORT=localhost:5984 # where your dev CHT instance is, hostname:port | ||
#CHT_USER_MANAGEMENT_IMAGE=cht-user-management:local # docker image for cht-user-management service - uncomment to use with local development | ||
#CHT_USER_MANAGEMENT_WORKER_IMAGE=cht-user-management-worker:local # docker image for worker service - uncomment to use with local development | ||
NODE_ENV= # set to "dev" to use CHT_DEV_URL_PORT below, leave empty for production | ||
COOKIE_PRIVATE_KEY= # unique random key, use uuidgen to populate | ||
WORKER_PRIVATE_KEY= # unique random key, use uuidgen to populate. different from COOKIE_PRIVATE_KEY | ||
CONFIG_NAME=chis-ke # Name of the configuration | ||
INTERFACE=0.0.0.0 # Leave as '0.0.0.0' for prod, suggest '127.0.0.1' for development | ||
CHT_DEV_HTTP=true # 'true' for http 'false' for https | ||
CHT_DEV_URL_PORT=localhost:5984 # where your dev CHT instance is, hostname:port | ||
|
||
# uncomment for local development ( `npm run dev`) | ||
#REDIS_HOST=localhost # Redis server hostname | ||
#REDIS_PORT=6379 # Redis server port | ||
|
||
# normally leave these commented out unless you know what you're doing: | ||
#PORT=3500 # for development environment container | ||
#EXTERNAL_PORT=3500 # for docker | ||
#CHT_USER_MANAGEMENT_IMAGE=cht-user-management:local # docker image for cht-user-management service - uncomment to use with local development | ||
#CHT_USER_MANAGEMENT_WORKER_IMAGE=cht-user-management-worker:local # docker image for worker service - uncomment to use with local development |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.