Stop tracking .env file

This commit is contained in:
Dmitriy Kazimirov 2025-03-30 00:52:14 +06:00
parent 5539a6f556
commit 4be71bccb3
2 changed files with 1 additions and 5 deletions

5
.env
View file

@ -1,5 +0,0 @@
STORAGE_TYPE=smb # "smb" или "local"
LOCAL_STORAGE_PATH=./local_files
SMB_STORAGE_PATH=//IP_ИЛИ_ХОСТ_СМБ/ПУТЬ_КАРЕ
SMB_USER=ТВОЙ_ЛОГИН
SMB_PASSWORD=ТВОЙ_ПАРОЛЬ

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env