2020-11-30 06:06:27 +00:00
|
|
|
export default {
|
2021-04-07 11:45:40 +00:00
|
|
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
2021-04-23 18:51:25 +00:00
|
|
|
AUTO_PLAY: localStorage.getItem("autoplay") === "true",
|
2021-04-07 11:45:40 +00:00
|
|
|
};
|