Add base url in DO configuration.

This commit is contained in:
LukeMathWalker 2021-03-13 10:10:36 +00:00
parent c58675a5a0
commit 05a38b20cd

View file

@ -27,6 +27,9 @@ services:
routes:
- path: /
envs:
- key: APP_APPLICATION__BASE_URL
scope: RUN_TIME
value: ${_self.APP_URL}
- key: APP_DATABASE__USERNAME
scope: RUN_TIME
value: ${newsletter.USERNAME}