-
Notifications
You must be signed in to change notification settings - Fork 2
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 #848 from bcgov/yj
doc: environment variables for server
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 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,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: |