From af9bbde33b62db4795968e16a712ba0fa34b60a2 Mon Sep 17 00:00:00 2001 From: Tim Schilling | IuK Date: Thu, 28 Nov 2024 13:12:24 +0100 Subject: [PATCH] Changed gitignore, added envtemplate --- .gitignore | 1 + enviroment/enviroment-template.env | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 enviroment/enviroment-template.env diff --git a/.gitignore b/.gitignore index 1cccfa0..82e2aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /temp secrets.env +enviroment.env diff --git a/enviroment/enviroment-template.env b/enviroment/enviroment-template.env new file mode 100644 index 0000000..d54f973 --- /dev/null +++ b/enviroment/enviroment-template.env @@ -0,0 +1,10 @@ +# .env + +ENV_WEBDAV_URL="" +ENV_WEBDAV_MOUNT="" +ENV_RCLONE_CONF="" + +ENV_DOCKER_HOST="" + +ENV_SFTP_HOST1="" +ENV_SFTP_HOST2="" \ No newline at end of file