This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation about the expected Postmark API key environment var…
…iable.
- Loading branch information
Showing
2 changed files
with
11 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,8 @@ | ||
# We currenltly manage our production environment variables via Render's `Env Groups` feature. | ||
# | ||
# https://dashboard.render.com/env-group/evg-ckc433usmu8c73eo08tg | ||
# | ||
# This file aims to document specific environment variables that influence the Elixir backend project. | ||
|
||
# We use Postmark to send out emails, when `POSTMARK_API_KEY` is set the app will configure the Postmark adaptor. | ||
POSTMARK_API_KEY |
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 |
---|---|---|
|
@@ -36,3 +36,6 @@ study_hall-*.tar | |
npm-debug.log | ||
/assets/node_modules/ | ||
|
||
# Hide local environment files. | ||
.env.* | ||
!.env.example |