From 85326fa6fce9b3e445f3cf2781c360e31c955064 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 23 Apr 2022 11:16:12 -0500 Subject: [PATCH] Fix incorrect allowed_hosts setting for ara --- playbooks/tasks/web/ara.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/tasks/web/ara.yml b/playbooks/tasks/web/ara.yml index 36a13af..9ec3d41 100644 --- a/playbooks/tasks/web/ara.yml +++ b/playbooks/tasks/web/ara.yml @@ -4,6 +4,7 @@ name: ara image: recordsansible/ara-api:centos8-stream-pypi-latest env: + ARA_ALLOWED_HOSTS: "['ara.desu.ltd']" ARA_DATABASE_ENGINE: django.db.backends.postgresql ARA_DATABASE_NAME: ara-desultd ARA_DATABASE_USER: ara-desultd