Skip to content

Commit

Permalink
fix: remove bad env vars from DO spec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloller committed Feb 11, 2024
1 parent 0fc0f63 commit 4a76c32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ services:
- key: APP_DATABASE__DATABASE_NAME
scope: RUN_TIME
value: ${newsletter.DATABASE}
- key: APP_APPLICATION__HMAC_SECRET
scope: RUN_TIME
value: ${HMAC_SECRET}
- key: APP_REDIS_URI
scope: RUN_TIME
value: ${REDIS_URI}
databases:
- engine: PG
name: newsletter
Expand Down

0 comments on commit 4a76c32

Please sign in to comment.