diff --git a/test/ci_emby.env b/test/ci_emby.env index 73c7af5..cd91107 100644 --- a/test/ci_emby.env +++ b/test/ci_emby.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers diff --git a/test/ci_guids.env b/test/ci_guids.env index 485d8e8..0a6a519 100644 --- a/test/ci_guids.env +++ b/test/ci_guids.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers diff --git a/test/ci_jellyfin.env b/test/ci_jellyfin.env index 4202f37..06818b4 100644 --- a/test/ci_jellyfin.env +++ b/test/ci_jellyfin.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers diff --git a/test/ci_locations.env b/test/ci_locations.env index bc1bedf..88b6992 100644 --- a/test/ci_locations.env +++ b/test/ci_locations.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers diff --git a/test/ci_plex.env b/test/ci_plex.env index 97d01dc..54b24e5 100644 --- a/test/ci_plex.env +++ b/test/ci_plex.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers diff --git a/test/ci_write.env b/test/ci_write.env index 5e229f0..8d364d0 100644 --- a/test/ci_write.env +++ b/test/ci_write.env @@ -62,7 +62,7 @@ WHITELIST_USERS = "jellyplex_watched" ## Recommended to use token as it is faster to connect as it is direct to the server instead of going through the plex servers ## URL of the plex server, use hostname or IP address if the hostname is not resolving correctly ## Comma seperated list for multiple servers -PLEX_BASEURL = "https://localhost:32400" +PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers