From 504ed984f8363e41b6578892d3eaa6d0717d6635 Mon Sep 17 00:00:00 2001 From: james-otten Date: Sun, 28 Jul 2024 20:33:28 -0400 Subject: [PATCH] Add prod domain (#416) * Update settings.py * Oh yeah :/ --- src/meshdb/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/meshdb/settings.py b/src/meshdb/settings.py index 23b39e47..53c4cd4c 100644 --- a/src/meshdb/settings.py +++ b/src/meshdb/settings.py @@ -75,6 +75,8 @@ "http://nginx:8080", "http://devdb.mesh.nycmesh.net", "https://devdb.mesh.nycmesh.net", + "http://db.mesh.nycmesh.net", + "https://db.mesh.nycmesh.net", ] # Application definition