Skip to content

Commit

Permalink
add some missing .env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mshadbolt committed Jan 20, 2025
1 parent 94e4af7 commit 40841f4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions etc/env/example-production.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# site options
CANDIG_MODULES=logging keycloak vault redis postgres htsget katsu query tyk opa federation candig-ingest candig-data-portal
#minio drs-server wes-server monitoring
CANDIG_AUTH_MODULES=keycloak vault tyk opa
#drs-server wes-server monitoring
CANDIG_AUTH_MODULES=keycloak vault tyk opa federation
CANDIG_DATA_MODULES=keycloak vault redis postgres logging

# options are [<ip_addr>, <url>, host.docker.internal, candig.docker.internal]
Expand Down Expand Up @@ -175,7 +175,7 @@ KEYCLOAK_GENERATE_TEST_USER=1

# some production instances use a reverse proxy: if needed, set this to "xforwarded" or "forwarded"
# https://www.keycloak.org/server/reverseproxy
KEYCLOAK_PROXY_HEADERS=xforwarded # probably (depends on proxy setup)
KEYCLOAK_PROXY_HEADERS=xforwarded # probably (depends on your proxy setup)

# query service
QUERY_VERSION=3.3.0
Expand Down Expand Up @@ -209,12 +209,6 @@ TYK_USE_SSL=true
TYK_AUTH_API_ID=11
TYK_AUTH_API_SLUG=authentication

## api - candig-server (v1)
TYK_CANDIG_API_ID=21
TYK_CANDIG_API_SLUG=candig
TYK_CANDIG_API_TARGET=${CANDIG_PRIVATE_URL}
TYK_CANDIG_API_LISTEN_PATH=candig

## api - katsu
TYK_KATSU_API_ID=31
TYK_KATSU_API_SLUG=katsu
Expand Down Expand Up @@ -303,16 +297,18 @@ CANDIG_DATA_PORTAL_PORT=2543
CANDIG_DATA_PORTAL_URL=https://${CANDIG_DOMAIN}:${CANDIG_DATA_PORTAL_PORT}/data-portal
CANDIG_DATA_PORTAL_PRIVATE_URL=http://candig-data-portal:3000
# Pending unauthorized users will be instructed to email this for support
CANDIG_DATA_PORTAL_SUPPORT_EMAIL=
CANDIG_DATA_PORTAL_SUPPORT_EMAIL=YOUR_SITE_ADMIN_SUPPORT_EMAIL

# vault helper tool
TOKEN_PATH = ${PWD}/Vault-Helper-Tool/token.txt
PROGRESS_FILE = ${PWD}/tmp/progress.txt

# error logging
ERRORLOG=tmp/error.txt
# install logging
LOGFILE = tmp/progress.txt

CONDA_INSTALL=bin/miniconda3

COMPOSE_IGNORE_ORPHANS=True

# Default permissions for the directories in tmp/
DIR_PERMISSIONS=775

0 comments on commit 40841f4

Please sign in to comment.