2020-11-30 11:36:27 +05:30
|
|
|
export default {
|
2021-04-07 17:15:40 +05:30
|
|
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
2021-04-24 00:21:25 +05:30
|
|
|
AUTO_PLAY: localStorage.getItem("autoplay") === "true",
|
2021-04-07 17:15:40 +05:30
|
|
|
};
|