Skip to content

Commit

Permalink
Fix misspelling of APP_APPLICATION___BASE_URL
Browse files Browse the repository at this point in the history
This misspelling caused the environment variable value from Digital Ocean
to be not read by the app properly. I added the base_url in the production.yaml
configuration file, but it wasn't needed if I had just found and fixed this spelling.

See previous commit.
  • Loading branch information
tahaafzal5 committed Jul 6, 2024
1 parent 43a35e6 commit 07884c8
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 @@ -17,7 +17,7 @@ services:
- path: /
envs:
# Application
- key: APP_APPLICAITON__BASE_URL
- key: APP_APPLICATION__BASE_URL
scope: RUN_TIME
value: ${APP_URL}

Expand Down

0 comments on commit 07884c8

Please sign in to comment.