forked from Boerderij/Varken
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.py
More file actions
27 lines (21 loc) · 753 Bytes
/
configuration.py
File metadata and controls
27 lines (21 loc) · 753 Bytes
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
# Domains should be either http(s)://subdomain.domain.com or http(s):// domain.com/url_suffix
grafana_url = 'grafana.domain.tld'
grafana_port = 8086
grafana_username = 'root'
grafana_password = 'root'
sonarr_url = 'https://radarr.domain.tld'
sonarr_api_key = 'xxxxxxxxxxxxxxx'
sonarr_grafana_db_name = 'plex'
radarr_url = 'https://sonarr.domain.tld'
radarr_api_key = 'xxxxxxxxxxxxxxx'
radarr_grafana_db_name = 'plex'
ombi_url = 'https://ombi.domain.tld'
ombi_api_key = 'xxxxxxxxxxxxxxx'
ombi_grafana_db_name = 'plex'
tautulli_url = 'https://tautulli.domain.tld'
tautulli_api_key = 'xxxxxxxxxxxxxxx'
tautulli_grafana_db_name = 'plex'
asa_url = 'https://firewall.domain.tld'
asa_username = 'cisco'
asa_password = 'cisco'
asa_grafana_db_name = 'asa'