From 6b247811895d8c09464c5bad73d0b51aff6f0761 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 15 Jan 2024 19:10:07 +0100 Subject: [PATCH] add ORGANIZATION as env var --- trustchain_idhub/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustchain_idhub/settings.py b/trustchain_idhub/settings.py index b9eecc5..6091fe0 100644 --- a/trustchain_idhub/settings.py +++ b/trustchain_idhub/settings.py @@ -222,3 +222,4 @@ LOGGING = { } } +ORGANIZATION = config('ORGANIZATION', 'Pangea')