Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f599c30

Browse files
Merge pull request SORMAS-Foundation#3084 from hzi-braunschweig/2844_sormas2sormas-properties
SORMAS-Foundation#2844 cleanup sormas2sormas config properties
2 parents 7743b24 + 17009d1 commit f599c30

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

sormas-base/setup/sormas.properties

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,24 @@ app.url=
5858
# default: "/opt/sormas/custom/"
5959
#custom.path=/opt/sormas/custom/
6060

61+
# Configuration for the SORMAS to SORMAS feature
62+
6163
# Path where SORMAS to SORMAS related certificates and files are stored
62-
# default: "/opt/sormas/sormas2sormas/"
6364
#sormas2sormas.path=/opt/sormas/sormas2sormas/
6465

65-
# Key data for the generated SORMAS to SORMAS certificate"
66-
#sormas2sormas.path=
67-
#sormas2sormas.serverAccessDataFileName=
68-
#sormas2sormas.hostName=
69-
#sormas2sormas.keystoreName=
66+
# The name of the file containing server access data: organization id, organization name, host name of the server, REST user password
67+
#sormas2sormas.serverAccessDataFileName={host name}-server-access-data.csv
68+
69+
# The name of the generated key store file
70+
#sormas2sormas.keystoreName={host name}.sormas2sormas.keystore.p12
71+
72+
# Password of the key store
7073
#sormas2sormas.keystorePass=
7174

72-
# SORMAS to SORMAS truststore data"
73-
#sormas2sormas.truststoreName=
75+
# The name of the trust store file
76+
#sormas2sormas.truststoreName=sormas2sormas.truststore.p12
77+
78+
# Password of the trust store
7479
#sormas2sormas.truststorePass=
7580

7681
# URL of the SurvNet Gateway; enables the feature

0 commit comments

Comments
 (0)