1
0
Fork 0
This commit is contained in:
Reinout Meliesie 2025-03-11 15:21:50 +01:00
parent d81dbe07dd
commit db34a9575b
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -13,7 +13,7 @@ from django.core.exceptions import ImproperlyConfigured
# pylint: disable=line-too-long
env = Env()
env.read_env()
env.read_env("/etc/bookwyrm/config.env", recurse=False)
DOMAIN = env("DOMAIN")
with open("VERSION", encoding="utf-8") as f: