From 65a01487e88d0a26be8609eb3b19f3177209d1ba 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 bc4d682..7cb777b 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}