Added example.env
This commit is contained in:
8
example.env
Normal file
8
example.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# SFTP Details
|
||||
SFTP_HOST='sftphost.com'
|
||||
SFTP_PORT=22
|
||||
SFTP_USERNAME='sftpuser'
|
||||
SFTP_PASSWORD='password'
|
||||
|
||||
# Upload Details
|
||||
UPLOAD_PATH='/media/movies/'
|
||||
Reference in New Issue
Block a user