Skip to content

Commit f5ed433

Browse files
committed
Changing the port to 8017 since 8016 is used in test-config-qa-ssl.js for node-client-api-ssl-server database.
1 parent c17c34c commit f5ed433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/test-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
let testHost = 'localhost';
1717

1818
let restPort = '8015';
19-
let restSslPort = '8016';
19+
let restSslPort = '8017';
2020
let restAuthType = 'DIGEST';
2121

2222
let managePort = '8002';

test-app/src/main/ml-config/servers/ssl-server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"server-type": "http",
44
"root": "/",
55
"group-name": "Default",
6-
"port": 8016,
6+
"port": 8017,
77
"modules-database": "%%MODULES_DATABASE%%",
88
"content-database": "%%DATABASE%%",
99
"ssl-certificate-template": "node-client-ssl-template",

0 commit comments

Comments
 (0)