-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.14 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"discord": {
"sonarr_notification_channel_id": "${SONARR_CHANNEL_ID}",
"radarr_notification_channel_id": "${RADARR_CHANNEL_ID}",
"dm_notifications_enabled": false
},
"new_user_invite": {
"enabled": true,
"role_id": "${NEW_USER_ROLE_ID}",
"invite_link": "${INVITE_LINK}"
},
"overseerr": {
"base_url": "${OVERSEERR_BASE_URL}",
"api_key": "${OVERSEERR_API_KEY}",
"refresh_interval_minutes": 60
},
"sonarr_instances": [
{
"name": "Sonarr",
"url": "${SONARR_URL}",
"api_key": "${SONARR_API_KEY}",
"enabled": true
},
{
"name": "Anime",
"url": "${SONARR_ANIME_URL}",
"api_key": "${SONARR_ANIME_API_KEY}",
"enabled": true
},
{
"name": "Sonarr-4k",
"url": "${SONARR_4K_URL}",
"api_key": "${SONARR_4K_API_KEY}",
"enabled": true
}
],
"user_mappings": {
"plex_to_discord": {
"devinvee": "361767752010170368",
"brianj669": "195018507354767360",
"techman2744": "673331918556626975",
"jakejakoby": "198614767739338752"
}
},
"tmdb": {
"api_key": "${TMDB_API_KEY}"
},
"plex": {
"enabled": true,
"scan_on_notification": true,
"library_name": null
},
"log_level": "${LOG_LEVEL}"
}