From b3ed5fd21e6bcf23a0822e2791740392f830dcbf Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Wed, 14 Jul 2021 09:31:46 +0100 Subject: [PATCH] Fix environment variable for application URL on DO. --- spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.yaml b/spec.yaml index 6051c1c..9940176 100644 --- a/spec.yaml +++ b/spec.yaml @@ -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}