diff --git a/scripts/ftp-settings.sh.repo b/scripts/ftp-settings.sh.repo index 65fb5a117..35184d7f3 100755 --- a/scripts/ftp-settings.sh.repo +++ b/scripts/ftp-settings.sh.repo @@ -6,7 +6,7 @@ USER='username' PASSWORD='password' HOST='example.com' IMGDIR='/allsky/' -MP4DIR='/allsky/videos/' +VIDEOS_DIR='/allsky/videos/' KEOGRAM_DIR='/allsky/keograms/' STARTRAILS_DIR='/allsky/startrails/' @@ -27,4 +27,4 @@ S3_BUCKET='allskybucket' # S3_ACL is set to private by default. If you want to serve your uploaded files vis http(s), change S3_ACL to 'public-read'. # You will need to ensure the S3 bucket policy is configured to allow public access to objects with a public-read ACL. # You may need to set a CORS policy in S3 if the files are to be accessed by Javascript from a different domain. -S3_ACL='private' \ No newline at end of file +S3_ACL='private'