Skip to content

Commit 04a1b9a

Browse files
author
Nick Balestra
committed
descovery mode
1 parent d10da8b commit 04a1b9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

registry/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ const oc = require('oc');
44
const configuration = {
55
verbosity: 0,
66
baseUrl: process.env.BASEURL,
7-
port: process.env.PORT || 3000,
7+
port: process.env.PORT,
88
tempDir: './temp/',
99
refreshInterval: 600,
1010
pollingInterval: 5,
11+
discovery: true,
1112
s3: {
1213
key: process.env.S3KEY,
1314
secret: process.env.S3SECRET,

0 commit comments

Comments
 (0)