-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.sample
More file actions
48 lines (48 loc) · 1.33 KB
/
config.json.sample
File metadata and controls
48 lines (48 loc) · 1.33 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
{
"discord": {
"sonarr_notification_channel_id": "your_discord_channel_id_for_sonarr",
"radarr_notification_channel_id": "your_discord_channel_id_for_radarr",
"dm_notifications_enabled": true,
"new_user_invite": {
"enabled": true,
"role_id": "new_user_role_id_here",
"invite_link": "https://your.invite.link/here"
}
},
"overseerr": {
"enabled": false,
"base_url": "http://overseerr.example.com",
"api_key": "your_overseerr_api_key_here",
"refresh_interval_minutes": 60
},
"sonarr_instances": [
{
"name": "Sonarr",
"url": "http://sonarr.example.com:8989",
"api_key": "your_sonarr_api_key_here",
"enabled": true
},
{
"name": "Sonarr-Anime",
"url": "http://sonarr-anime.example.com:8989",
"api_key": "your_sonarr_anime_api_key_here",
"enabled": false
},
{
"name": "Sonarr-4k",
"url": "http://sonarr-4k.example.com:8989",
"api_key": "your_sonarr_4k_api_key_here",
"enabled": false
}
],
"user_mappings": {
"plex_to_discord": {
"plex_username_1": "discord_user_id_1",
"plex_username_2": "discord_user_id_2"
}
},
"tmdb": {
"api_key": "your_tmdb_api_key"
},
"log_level": "info"
}