Merge pull request #173 from DarkKirb/fix-peertube

remove trailing / from the base_url of the cdn
This commit is contained in:
Charlotte 🦝 Delenk 2023-02-12 08:18:09 +01:00 committed by GitHub
commit 3f70e29d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,12 @@
videos = {
bucket_name = "mastodon-chir-rs";
prefix = "peertube/videos/";
base_url = "https://mastodon-assets.chir.rs/";
base_url = "https://mastodon-assets.chir.rs";
};
streaming_playlists = {
bucket_name = "mastodon-chir-rs";
prefix = "peertube/streaming-playlists/";
base_url = "https://mastodon-assets.chir.rs/";
base_url = "https://mastodon-assets.chir.rs";
};
};
};