remove trailing / from the base_url of the cdn
This commit is contained in:
parent
bb5720bbeb
commit
3c203ee99e
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
videos = {
|
videos = {
|
||||||
bucket_name = "mastodon-chir-rs";
|
bucket_name = "mastodon-chir-rs";
|
||||||
prefix = "peertube/videos/";
|
prefix = "peertube/videos/";
|
||||||
base_url = "https://mastodon-assets.chir.rs/";
|
base_url = "https://mastodon-assets.chir.rs";
|
||||||
};
|
};
|
||||||
streaming_playlists = {
|
streaming_playlists = {
|
||||||
bucket_name = "mastodon-chir-rs";
|
bucket_name = "mastodon-chir-rs";
|
||||||
prefix = "peertube/streaming-playlists/";
|
prefix = "peertube/streaming-playlists/";
|
||||||
base_url = "https://mastodon-assets.chir.rs/";
|
base_url = "https://mastodon-assets.chir.rs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue