Skip to content

Commit 0445e17

Browse files
authored
Merge pull request #848 from bcgov/yj
doc: environment variables for server
2 parents 79248a5 + c6b263b commit 0445e17

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

server/README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Environment Variables
2+
3+
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)
4+
5+
## Keycloak
6+
7+
* SSO_AUTHORITY:
8+
* SSO_CLIENT:
9+
10+
## Common Hosted Email Service (CHES)
11+
12+
* CHES_TOKEN_URL:
13+
* CHES_URL:
14+
* CHES_ID:
15+
* CHES_SECRET:
16+
17+
## Database
18+
19+
* DB_NAME:
20+
* DB_HOST:
21+
* DB_USER:
22+
* DB_PASS:
23+
* DB_PORT:
24+
25+
## Maximum File Size in MB
26+
27+
* RENTAL_LISTING_REPORT_MAX_SIZE:
28+
* BUISINESS_LICENCE_MAX_SIZE:
29+
30+
## Service Account for BCeID web service
31+
32+
* SA_USER:
33+
* SA_PASS:
34+
35+
## BCeID web service
36+
37+
* BCEID_URL:
38+
* BCEID_OSID:
39+
* BCEID_CACHE_LIFESPAN:
40+
41+
## App base URL for hyper link in email
42+
43+
* APP_BASE_URL:
44+
45+
## Email Addresses
46+
47+
* ADMIN_EMAIL:
48+
* STR_NOTICE_EMAIL:
49+
* STR_DATA_EMAIL:
50+
* STR_CEU_EMAIL:
51+
52+
## Geocoder
53+
54+
* GEOCODER_URL:
55+
* GEOCODER_API_KEY:
56+
57+
## API Gateway
58+
59+
* APS_AUTHORITY:
60+
* APS_GW_JWT_JWKS_URL:

0 commit comments

Comments
 (0)