From 05a38b20cdcae26534ef65871e5b3ebdcdd2b0d0 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sat, 13 Mar 2021 10:10:36 +0000 Subject: [PATCH] Add base url in DO configuration. --- spec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec.yaml b/spec.yaml index 8f57e92..bc4d682 100644 --- a/spec.yaml +++ b/spec.yaml @@ -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}