Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
feat: added environment variables to example env files
Browse files Browse the repository at this point in the history
  • Loading branch information
lc_hd committed Oct 24, 2023
1 parent 143056c commit a62f03e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions env.bat-example
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ SET MAILGUN_TEMPLATE_URL=

SET COLLECTIONS_CARE_NOTICES_DOWNLOAD_ZIP=
SET OPEN_TO_COLLABORATE_NOTICE_DOWNLOAD_ZIP=

SET DBBACKUP_ACCESS_KEY=
SET DBBACKUP_SECRET_KEY=
SET DBBACKUP_BUCKET_NAME=
SET DBBACKUP_ENDPOINT_URL=
4 changes: 4 additions & 0 deletions env.ps1-example
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ $Env:MAILGUN_TEMPLATE_URL=
$Env:COLLECTIONS_CARE_NOTICES_DOWNLOAD_ZIP=
$Env:OPEN_TO_COLLABORATE_NOTICE_DOWNLOAD_ZIP=

$Env:DBBACKUP_ACCESS_KEY=
$Env:DBBACKUP_SECRET_KEY=
$Env:DBBACKUP_BUCKET_NAME=
$Env:DBBACKUP_ENDPOINT_URL=
7 changes: 6 additions & 1 deletion env.sh-example
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ export MAILGUN_BASE_URL=
export MAILGUN_TEMPLATE_URL=

export COLLECTIONS_CARE_NOTICES_DOWNLOAD_ZIP=
export OPEN_TO_COLLABORATE_NOTICE_DOWNLOAD_ZIP=
export OPEN_TO_COLLABORATE_NOTICE_DOWNLOAD_ZIP=

export DBBACKUP_ACCESS_KEY=
export DBBACKUP_SECRET_KEY=
export DBBACKUP_BUCKET_NAME=
export DBBACKUP_ENDPOINT_URL=

0 comments on commit a62f03e

Please sign in to comment.