File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1032,7 +1032,8 @@ config.ENDPOINT_PORT = Number(process.env.ENDPOINT_PORT) || 6001;
10321032config . ENDPOINT_SSL_PORT = Number ( process . env . ENDPOINT_SSL_PORT ) || 6443 ;
10331033// Remove the NSFS condition when NSFS starts to support STS.
10341034config . ENDPOINT_SSL_STS_PORT = Number ( process . env . ENDPOINT_SSL_STS_PORT ) || ( process . env . NC_NSFS_NO_DB_ENV === 'true' ? - 1 : 7443 ) ;
1035- config . ENDPOINT_SSL_IAM_PORT = Number ( process . env . ENDPOINT_SSL_IAM_PORT ) || - 1 ;
1035+ // Remove the NC NSFS condition when NC NSFS starts to support IAM.
1036+ config . ENDPOINT_SSL_IAM_PORT = Number ( process . env . ENDPOINT_SSL_IAM_PORT ) || ( process . env . NC_NSFS_NO_DB_ENV === 'true' ? - 1 : 13443 ) ;
10361037// each fork will get port in range [ENDPOINT_FORK_PORT_BASE, ENDPOINT_FORK_PORT_BASE + number of forks - 1)]
10371038config . ENDPOINT_FORK_PORT_BASE = Number ( process . env . ENDPOINT_FORK_PORT_BASE ) || 6002 ;
10381039config . ALLOW_HTTP = false ;
You can’t perform that action at this time.
0 commit comments