Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed MP4DIR to VIDEOS_DIR to match endOfNight.sh expectation #555

Merged
merged 1 commit into from
Oct 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ftp-settings.sh.repo
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

Expand All @@ -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'
S3_ACL='private'