Skip to content

Commit

Permalink
Sendgrid environment variables can now be configured in dev (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: John Detter <4099508+jdetter@users.noreply.github.com>
Co-authored-by: Boppy <no-reply@boppygames.gg>
  • Loading branch information
2 people authored and cloutiertyler committed Aug 1, 2023
1 parent b12f2ec commit aab4170
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SENDGRID_API_KEY=
SENDGRID_SENDER=
2 changes: 2 additions & 0 deletions docker-compose-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
environment:
RUST_BACKTRACE: 1
ENV: release
SENDGRID_API_KEY:
SENDGRID_SENDER:
# Turn on core dumps, hopefully.
ulimits:
core:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ services:
SPACETIMEDB_FLAMEGRAPH_PATH: ../../../../flamegraphs/flamegraph.folded
RUST_BACKTRACE: 1
ENV: dev
SENDGRID_API_KEY:
SENDGRID_SENDER:
networks:
- spacetimedb_default

networks:
spacetimedb_default:
name: spacetimedb_default

0 comments on commit aab4170

Please sign in to comment.