Skip to content

Commit

Permalink
restored ftp file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-seniv committed Sep 1, 2024
1 parent 9813a80 commit 548e475
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gulp/config/ftp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export let configFTP = {
host: "127.0.0.1", // Адрес FTP сервера
user: "admin", // Ім'я користувача
password: "admin", // Пароль
parallel: 5, // К-сть одночасних потоків
};
3 changes: 3 additions & 0 deletions gulp/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"main": "20240901180837"
}

0 comments on commit 548e475

Please sign in to comment.