-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs for production deployment
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 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 |
---|---|---|
|
@@ -54,7 +54,7 @@ The following default settings in the `.env` file should be changed when deployi | |
| value in prod environment | Notes | | ||
|------------------------------------------------------------------------------------------|---------------| | ||
| `CANDIG_DOMAIN=<your.prod.domain>` | Update to correct prod domain | | ||
| `CANDIG_INTERNAL_DOMAIN=${CANDIG_DOMAIN}` or `internal ip address` | Some sites have needed to change this to `127.0.0.1` | | ||
| `CANDIG_INTERNAL_DOMAIN=${CANDIG_DOMAIN}` or `internal ip address` | Some sites have needed to change this to `127.0.0.1` | | ||
| `CANDIG_AUTH_DOMAIN=<your.prod.auth.domain>` | Update to correct prod auth domain | | ||
| `CANDIG_SITE_LOCATION=<your-site-location>` | e.g. UHN, BC-Dev The name of your site, should be unique within a federation. | | ||
| `CANDIG_DEBUG_MODE=0` | Turn off DEBUG mode | | ||
|
@@ -71,6 +71,8 @@ The following default settings in the `.env` file should be changed when deployi | |
| `[email protected]` | Update to a relevant email addresss | | ||
| `TYK_USE_SSL=true` | ensure tyk uses SSL | | ||
| `CANDIG_DATA_PORTAL_URL=https://${CANDIG_DOMAIN}:${CANDIG_DATA_PORTAL_PORT}/data-portal` | ensure dataportal url has https | | ||
| `CANDIG_DATA_PORTAL_SUPPORT_EMAIL=YOUR_SITE_ADMIN_SUPPORT_EMAIL` | Update the value to a valid email that will deal with user requests to access to the portal | | ||
| `DIR_PERMISSIONS=775` | You may not need to change the default here but be aware that this gives anyone in the group of the person that deployed the current instance the ability to recompose services and rebuild the stack | | ||
|
||
|
||
### Setting location information | ||
|
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