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

Commit 6ebd696

Browse files
lgallgal
authored andcommitted
SORMAS-Foundation#2844 cleanup sormas2sormas config properties
1 parent 23925fc commit 6ebd696

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

sormas-base/setup/sormas.properties

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

61+
# Key data for the SORMAS to SORMAS feature
62+
6163
# Path where SORMAS to SORMAS related certificates and files are stored
6264
# default: "/opt/sormas/sormas2sormas/"
63-
#sormas2sormas.path=/opt/sormas/sormas2sormas/
64-
65-
# Key data for the generated SORMAS to SORMAS certificate"
6665
#sormas2sormas.path=
66+
67+
# The name of the file containing server access data: organization id, organization name, host name of the server, REST user password
68+
# default: "/opt/sormas/sormas2sormas/{host name}-server-access-data.csv"
6769
#sormas2sormas.serverAccessDataFileName=
68-
#sormas2sormas.hostName=
70+
71+
# The name of the generated key store file
72+
# default: "{host name}.sormas2sormas.keystore.p12"
6973
#sormas2sormas.keystoreName=
74+
75+
# Password of the key store
7076
#sormas2sormas.keystorePass=
7177

7278
# SORMAS to SORMAS truststore data"
79+
80+
# The name of the trust store file
81+
#default: "sormas2sormas.truststore.p12"
7382
#sormas2sormas.truststoreName=
83+
84+
# Password of the trust store
7485
#sormas2sormas.truststorePass=
7586

7687
# Determines whether the system automatically classifies cases based on a number of rules per disease.

0 commit comments

Comments
 (0)