Changed gitignore, added envtemplate
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
/temp
|
/temp
|
||||||
secrets.env
|
secrets.env
|
||||||
|
enviroment.env
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# .env
|
||||||
|
|
||||||
|
ENV_WEBDAV_URL=""
|
||||||
|
ENV_WEBDAV_MOUNT=""
|
||||||
|
ENV_RCLONE_CONF=""
|
||||||
|
|
||||||
|
ENV_DOCKER_HOST=""
|
||||||
|
|
||||||
|
ENV_SFTP_HOST1=""
|
||||||
|
ENV_SFTP_HOST2=""
|
||||||
Reference in New Issue
Block a user