From 198bebe5ec0e2636dc0c6da37b6cc1933fa5052b Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Mon, 6 Aug 2018 12:48:22 -0400 Subject: [PATCH] Remove config file --- configuration.py | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 configuration.py diff --git a/configuration.py b/configuration.py deleted file mode 100644 index f29c0c7..0000000 --- a/configuration.py +++ /dev/null @@ -1,31 +0,0 @@ -# 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' - -sickrage_url = 'https://sickrage.domain.tld/' -sickrage_api_key = 'xxxxxxxxxxxxxxx' -sickrage_grafana_db_name = 'plex'