File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
var feedbackUrl = process . env . FEEDBACK_URL ;
4
4
var gateHost = process . env . API_HOST || 'http://localhost:8084' ;
5
- var bakeryHost = process . env . BAKERY_HOST || 'http://localhost:8087' ;
6
- var bakeryDetailUrl = process . env . BAKERY_DETAIL_URL || ( bakeryHost + '/#/?region={{context.region}}&package={{context.package}}&detail=bake:{{context.status.resourceId}}' ) ;
5
+ var bakeryDetailUrl = process . env . BAKERY_DETAIL_URL || ( gateHost + '/bakery/logs/{{context.region}}/{{context.status.resourceId}}' ) ;
7
6
var authEndpoint = process . env . AUTH_ENDPOINT || ( gateHost + '/auth/user' ) ;
8
7
var authEnabled = process . env . AUTH_ENABLED === 'false' ? false : true ;
9
8
var netflixMode = process . env . NETFLIX_MODE === 'true' ? true : false ;
You can’t perform that action at this time.
0 commit comments