Skip to content

Commit

Permalink
Fix config parameters name
Browse files Browse the repository at this point in the history
  • Loading branch information
ftassi committed Sep 20, 2023
1 parent 5245dca commit 94f9be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ services:
- key: APP_DATABASE__PASSWORD
scope: RUN_TIME
value: ${newsletter.PASSWORD}
- key: APP_DATABASE__HOSTNAME
- key: APP_DATABASE__HOST
scope: RUN_TIME
value: ${newsletter.HOSTNAME}
- key: APP_DATABASE__PORT
scope: RUN_TIME
value: ${newsletter.PORT}
- key: APP_DATABASE__DATABASE
- key: APP_DATABASE__DATABASE_NAME
scope: RUN_TIME
value: ${newsletter.DATABASE}
dockerfile_path: Dockerfile
Expand Down

0 comments on commit 94f9be4

Please sign in to comment.