mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-21 16:21:01 +00:00
Fix environment variable for application URL on DO.
This commit is contained in:
parent
6ffdae5742
commit
b3ed5fd21e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue