diff options
author | 2021-09-02 21:27:54 +0000 | |
---|---|---|
committer | 2021-09-02 21:27:54 +0000 | |
commit | 4a6ea09f3849f86d8307526e23362ea93365ebef (patch) | |
tree | 797f64634e0f475ca2f2b32edccdf8755dcb1c2f /pydis_site | |
parent | Add Django Prometheus to URLs (diff) |
Revert change to Metricity DB URL
Co-Authored-By: jchristgit <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 61f3b6f8..6f49763b 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -139,7 +139,7 @@ WSGI_APPLICATION = 'pydis_site.wsgi.application' DATABASES = { 'default': env.db(), - 'metricity': env.db(), + 'metricity': env.db('METRICITY_DB_URL'), } # Password validation |