Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Add documentation about the expected Postmark API key environment var…
Browse files Browse the repository at this point in the history
…iable.
  • Loading branch information
zorn committed Oct 4, 2023
1 parent 0cee7de commit d53be53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend-elixir/.env.example
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
3 changes: 3 additions & 0 deletions backend-elixir/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ study_hall-*.tar
npm-debug.log
/assets/node_modules/

# Hide local environment files.
.env.*
!.env.example

0 comments on commit d53be53

Please sign in to comment.