remove trailing / from the base_url of the cdn

This commit is contained in:
Charlotte 🦝 Delenk 2023-02-11 21:53:27 +01:00
parent bb5720bbeb
commit 3c203ee99e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

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";
};
};
};