diff --git a/.env_example b/.env_example index 51fcae4..2004789 100644 --- a/.env_example +++ b/.env_example @@ -1,5 +1,5 @@ DISCORD_TOKEN= -RADIOX_STATIONSLISTURL=https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json +RADIOX_STATIONSLISTURL=https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json DEV_MODE=false DEBUG_MODE=false STREAMER_MODE=manual diff --git a/README.md b/README.md index b40c2b8..751f759 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Internet Radio to your Discord guild ## [Radio Stations List](https://gitea.cwinfo.org/cwchristerw/radio) -This bot is using Gitea repo to get radio stations from [playlist.json](https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json) file. List is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable. +This bot is using Gitea repo to get radio stations from [playlist.json](https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json) file. List is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable. ## Docker 1. `docker build -t warengroup/eximiabots-radiox . --pull` diff --git a/src/config.js b/src/config.js index e15f034..668ae51 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ module.exports = { token: process.env.DISCORD_TOKEN, //radio stations - stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json", + stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json", //support supportGuild: "https://discord.gg/rRA65Mn",