Fix environment variable for application URL on DO.

This commit is contained in:
LukeMathWalker 2021-07-14 09:31:46 +01:00
parent 6ffdae5742
commit b3ed5fd21e

View file

@ -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}