Skip to content

Commit

Permalink
Fix environment variable for application URL on DO.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jul 14, 2021
1 parent 6ffdae5 commit b3ed5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
envs:
- key: APP_APPLICATION__BASE_URL
scope: RUN_TIME
value: ${_self.APP_URL}
value: ${APP_URL}
- key: APP_DATABASE__USERNAME
scope: RUN_TIME
value: ${newsletter.USERNAME}
Expand Down

0 comments on commit b3ed5fd

Please sign in to comment.