Skip to content

Commit

Permalink
Modifications to config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
reapazor committed Sep 23, 2017
1 parent b400ff6 commit 30c9218
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 18 deletions.
11 changes: 4 additions & 7 deletions resources/config/discord.json
Expand Up @@ -3,17 +3,14 @@
"ClientSecret": "<DISCORD_CLIENT_SECRET>",
"Token": "<DISCORD_BOT_TOKEN>",
"Username": "JARVIS#1070",
"ChatChannelID": "324979047396540418",
"LogChannelID": "325784977415340043",
"Prefix": "<:discord:326026030735294465>",
"LogChannelID": "361150774346252289",
"Prefix": "<:discord:361232970696097793>",
"AnnouncementChannels": [
"342347574415589386",
"342348376127569920"
"269980511512952833"
],
"Permissions": {
"Moderator": [
"140261803526455296",
"183222333215997952"
"140261803526455296"
],
"Admin": [
"140261803526455296"
Expand Down
4 changes: 1 addition & 3 deletions resources/config/general.json
@@ -1,5 +1,3 @@
{
"OutputPath": "<GENERAL_OUTPUTPATH>",
"Prefix": "<:jarvis:326026030458601472>",
"Forge": true
"Prefix": "<:jarvis:361233633920417794>"
}
2 changes: 1 addition & 1 deletion resources/config/jira.json
Expand Up @@ -3,7 +3,7 @@
"BasicAuthPassword": "<JIRA_PASSWORD>",
"Enabled": true,
"PollingFrequency": 30,
"Prefix": "<:jira:327778220625756160>",
"Prefix": "<:jira:<JARVIS_SERVER_IP>>",
"Instance": "https://dotbunny.atlassian.net/",
"Query": "project = DETHOL AND status = \"In Progress\" AND resolution = Unresolved ORDER BY priority DESC, updated DESC"
}
2 changes: 1 addition & 1 deletion resources/config/spotify.json
Expand Up @@ -5,5 +5,5 @@
"PollingFrequency": 5,
"TruncateTrackLength": 50,
"TruncateTrackRunes": "...",
"Prefix": "<:spotify:326026030265663488>"
"Prefix": "<:spotify:361233875080577037>"
}
4 changes: 2 additions & 2 deletions resources/config/twitch.json
Expand Up @@ -2,7 +2,7 @@
"Channel": "#reapazor",
"ChannelID": "21139969",
"Chat": true,
"ChatChannelID": "342347574415589386",
"ChatChannelID": "361155905284210688",
"ChatOAuth": "<TWITCH_CHAT_OUTH>",
"ChatUsername": "mod_jarvis",
"ClientID": "<TWITCH_CLIENT_ID>",
Expand All @@ -11,7 +11,7 @@
"LastFollowersCount": 10,
"LastSubscribersCount": 10,
"PollingFrequency": 7,
"Prefix": "<:twitch:326026029946765324>",
"Prefix": "<:twitch:361234105771229185>",
"PadChannelFollowersOutput": 3,
"PadChannelViewersOutput": 3,
"PadChannelSubscribersOutput ": 3
Expand Down
4 changes: 2 additions & 2 deletions resources/config/webserver.json
@@ -1,8 +1,8 @@
{
"Enabled" : true,
"IPAddress" : "192.168.1.250",
"IPAddress" : "<JARVIS_SERVER_IP>",
"ListeningPort" : 8080,
"Prefix":"<:go:326026030072594432>",
"Prefix":"<:go:361234227527942144>",
"DashboardLinks": [
{
"Name": "Twitch Dashboard",
Expand Down
4 changes: 2 additions & 2 deletions resources/config/youtube.json
@@ -1,14 +1,14 @@
{
"Chat": true,
"ChannelID": "UCEF3R66WWgroj4NQeGoR27w",
"ChatChannelID": "325241876758396928",
"ChatChannelID": "361155905284210688",
"ClientID": "<YOUTUBE_CLIENT_ID>",
"ClientSecret": "<YOUTUBE_SECRET>",
"Enabled": true,
"LastFollowersCount": 10,
"LastSubscribersCount": 10,
"PollingFrequency": 7,
"Prefix": "<:youtube:328598129710596096>",
"Prefix": "<:youtube:361234616662753281>",
"PadChannelFollowersOutput": 3,
"PadChannelViewersOutput": 3,
"PadChannelSubscribersOutput ": 3
Expand Down

0 comments on commit 30c9218

Please sign in to comment.