Skip to content

Commit

Permalink
[#80] Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Nov 27, 2024
1 parent c7f283d commit 23545a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/configuration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| Variable | Description |
| --- | --- |
| ```APPCONTEXT``` | Url of the website for password reset emails. e.g. https://study.com/ (must have "/" at the end) |
| ```APPCONTEXT``` | Public URL of the frontend of record-manager application that is used for password reset emails. e.g. https://study.example.com/record-manager/ (must have "/" at the end) |
| ```DRIVER``` | Driver to manage triple stores |
| ```EMAIL_BCC``` | |
| ```EMAIL_CC``` | |
| ```EMAIL_BCC``` | Email addresses to be blind carbon-copied, separated by a comma (optional, can be empty). |
| ```EMAIL_CC``` | Email addresses to be carbon-copied, separated by a comma (optional, can be empty). |
| ```EMAIL_DISPLAYNAME``` | Email display name |
| ```EMAIL_FROM``` | if email.from is not entered, smtp.user is used instead |
| ```EMAIL_INVITATIONCONTENT``` | UserInvite email html content, variables: username, link, name, appContext |
Expand Down

0 comments on commit 23545a6

Please sign in to comment.