File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,11 @@ module.exports = {
5252 if ( settingPublicUrl . slice ( - 1 ) !== '/' ) {
5353 settingPublicUrl += '/' ;
5454 }
55- const pathPublicUrl = settingPublicUrl . slice ( 0 , - 1 ) ;
55+ // const pathPublicUrl = settingPublicUrl.slice(0, -1);
5656 config . publicUrl = settingPublicUrl ;
5757 config [ 'access:trustedAuthUrls' ] = [ settingPublicUrl ] ;
58- config [ 'access:defaultAuthUrl' ] = [
59- pathPublicUrl + wwwPath + '/access/access.html'
60- ] ;
58+ config [ 'access:defaultAuthUrl' ] = [ settings . get ( 'hds:defaultAuthUrl' ) ] ;
59+ // pathPublicUrl + wwwPath + '/access/access.html' ];
6160
6261 // load admin keys
6362 config . adminKey = settings . get ( 'auth:adminAccessKey' ) ;
Original file line number Diff line number Diff line change 1+ hds :
2+ defaultAuthUrl : https://healthdatasafe.github.io/app-web-auth3-hds/access/access.html
13dnsLess :
24 publicUrl : http://localhost:3000/ # the "Public" URL to reach the service, you need to change this if you use a third party SSL service such as NGNIX.
35http :
You can’t perform that action at this time.
0 commit comments