add nextcloud to ENV_FILES
This commit is contained in:
parent
3fa10aaa69
commit
ba7f7ac8c8
1 changed files with 1 additions and 0 deletions
1
main.py
1
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
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue