Skip to content

Commit

Permalink
doc: environment variables for server
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Dec 4, 2024
1 parent 79248a5 commit c6b263b
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Environment Variables

For actual values, refer to the [gitops repo](https://github.com/bcgov-c/tenant-gitops-b0471a/tree/develop/deploy) or the [vault](https://vault.developer.gov.bc.ca/ui/vault/auth?namespace=platform-services&with=oidc)

## Keycloak

* SSO_AUTHORITY:
* SSO_CLIENT:

## Common Hosted Email Service (CHES)

* CHES_TOKEN_URL:
* CHES_URL:
* CHES_ID:
* CHES_SECRET:

## Database

* DB_NAME:
* DB_HOST:
* DB_USER:
* DB_PASS:
* DB_PORT:

## Maximum File Size in MB

* RENTAL_LISTING_REPORT_MAX_SIZE:
* BUISINESS_LICENCE_MAX_SIZE:

## Service Account for BCeID web service

* SA_USER:
* SA_PASS:

## BCeID web service

* BCEID_URL:
* BCEID_OSID:
* BCEID_CACHE_LIFESPAN:

## App base URL for hyper link in email

* APP_BASE_URL:

## Email Addresses

* ADMIN_EMAIL:
* STR_NOTICE_EMAIL:
* STR_DATA_EMAIL:
* STR_CEU_EMAIL:

## Geocoder

* GEOCODER_URL:
* GEOCODER_API_KEY:

## API Gateway

* APS_AUTHORITY:
* APS_GW_JWT_JWKS_URL:

0 comments on commit c6b263b

Please sign in to comment.