graphdb now handles request from external api client only on https

This commit is contained in:
Enrico Ottonello 2021-09-10 12:40:59 +02:00
parent acc04b0ace
commit f4e15dbf89
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class GraphDbReaderTest {
private static String username = "reader";
private static String pwd = "***";
private static String graphDBUrl = "http://graphdb-test.ariadne.d4science.org:7200";
private static String graphDBUrl = "https://graphdb-test.ariadne.d4science.org";
private static String graphDBRepository = "ariadneplus-ts01";
private RepositoryConnection connection;
private RemoteRepositoryManager manager;