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

Commit 17009d1

Browse files
lgallgal
authored andcommitted
SORMAS-Foundation#2844 fix sormas to sormas property default values
1 parent 5b5ead5 commit 17009d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sormas-base/setup/sormas.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ app.url=
6464
#sormas2sormas.path=/opt/sormas/sormas2sormas/
6565

6666
# 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"
67+
#sormas2sormas.serverAccessDataFileName={host name}-server-access-data.csv
6868

6969
# The name of the generated key store file
70-
#sormas2sormas.keystoreName="{host name}.sormas2sormas.keystore.p12"
70+
#sormas2sormas.keystoreName={host name}.sormas2sormas.keystore.p12
7171

7272
# Password of the key store
7373
#sormas2sormas.keystorePass=
7474

7575
# The name of the trust store file
76-
#sormas2sormas.truststoreName="sormas2sormas.truststore.p12"
76+
#sormas2sormas.truststoreName=sormas2sormas.truststore.p12
7777

7878
# Password of the trust store
7979
#sormas2sormas.truststorePass=

0 commit comments

Comments
 (0)