mirror of
https://github.com/DanielLavrushin/b4.git
synced 2026-07-09 16:00:05 +00:00
6 lines
102 B
Text
6 lines
102 B
Text
# SFTP deploy settings
|
|
SFTP_HOST=192.168.1.1
|
|
SFTP_USER=root
|
|
SFTP_PORT=22
|
|
SFTP_PATH=/opt/b4
|
|
SFTP_PASS=
|