From 9aff1fc223ec2de179c61c78f34afe041fa17f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 15 Mar 2019 13:41:39 +0100 Subject: [PATCH] config of proscan-archive --- src/main/resources/queryrest.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/queryrest.properties b/src/main/resources/queryrest.properties index 44151d9..8c2f544 100644 --- a/src/main/resources/queryrest.properties +++ b/src/main/resources/queryrest.properties @@ -15,7 +15,7 @@ queryrest.response.fields.config.historic=name,backend,type,shape,source,descrip # defines the query server type "local" for local backend access and "remote" for remote backend access through REST calls query.server.type=local # defines REST backends (for query.server.type=remote) -query.server.addresses=[{"path":"/sf"},{"path":"/gls"},{"path":"/hipa"},{"path":"/saresa"},{"path":"/saresb"}] +query.server.addresses=[{"path":"/sf"},{"path":"/gls"},{"path":"/hipa"},{"path":"/saresa"},{"path":"/saresb"},{"path":"/proscan"}] # defines if the writer is a local writer (can write data to filesystem) filestorage.writer.local=false