Skip to content

Commit 0090dc8

Browse files
committed
updating config file with new changes
1 parent 00fa52b commit 0090dc8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/application.properties

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
keyTrustStore=<full-path-to-your-KeyStore.jks-file>
1+
keyTrustStore=<your_KeyStore.jks>
22

33
spring.http.encoding.force=false
44

5-
mongoDatabaseHostName=<mongo-database-hostname>
6-
mongoDatabaseUserName=<mongo-database-username>
7-
mongoDatabasePassword=<mongo-database-password>
8-
mongoDatabaseName=<mongo-database-name>
5+
mongoDatabaseHostName=<your_mongo_hostname>
6+
mongoDatabaseUserName=<uname>
7+
mongoDatabasePassword=<pwd>
8+
mongoDatabaseName=mme_primary
99
mongoDatabaseMappingBasePackage=org.broadinstitute.macarthurlab.matchbox
1010

11-
#--populate the following to be HTTPS (required if server is not proxied behind HTTPS)
11+
#--populate the following to be HTTPS (required if server is not proxied)
1212
#server.port=8443
1313
#server.ssl.key-store=file:<path-to-JKS-file>
1414
#server.ssl.key-store-password=<your-password>
1515
#server.ssl.key-password=<you-jks-domain>
1616

17-
logging.file=<name-of-log-file-with-explicit-path>
17+
logging.file=matchbox.log
1818

19-
server.port=<port-for-server>
19+
server.port=8080

0 commit comments

Comments
 (0)