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