Skip to content

Commit

Permalink
update uaaBaseUrl to include services prefix
Browse files Browse the repository at this point in the history
Fix #81
  • Loading branch information
ruddell committed Jul 29, 2019
1 parent d1dda5f commit 4fe29c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/app/config/app-config.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export default {
<%_ if (props.authType ==='uaa') { _%>
// this is your UAA's base name, lower-cased and followed by a /
uaaBaseUrl: '<%= props.uaaBaseUrl %>/',
uaaBaseUrl: 'services/<%= props.uaaBaseUrl %>/',
<%_ } _%>
apiUrl: 'http://localhost:8080/',
appUrlScheme: '<%= props.name.toLowerCase() %>'
Expand Down

0 comments on commit 4fe29c5

Please sign in to comment.