From ba7f7ac8c86c2a24a27c9285ff261708a1daca85 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 4 Dec 2023 17:19:20 +0100 Subject: [PATCH] add nextcloud to ENV_FILES --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 5821bdf..e870d7f 100644 --- a/main.py +++ b/main.py @@ -23,6 +23,7 @@ from src.utils import get_session_id ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress + Path("envfiles/files.test.dev.local-it.cloud.env"), # nextcloud ]