Skip to content

Commit

Permalink
Merge pull request #44 from overture-stack/rc/0.5.1
Browse files Browse the repository at this point in the history
Rc/0.5.1
  • Loading branch information
rtisma authored Jan 13, 2021
2 parents 65dde8e + 0d16daf commit 9a463d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>bio.overture</groupId>
<artifactId>dms</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>dms</name>
<description>Overture Data Management System</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private AppCredential processUiAppCreds(@NonNull EgoApiConfig apiConfig) {
.clientId(DEFAULT_UI_APP_CLIENT_ID)
.clientSecret(RANDOM_GENERATOR.generateRandomAsciiString(DEFAULT_PASSWORD_LENGTH))
.redirectUri(
"http://localhost:8080") // TODO: ego-ui url is baked in!!!! needs to be dynamic
"http://localhost:9002") // TODO: ego-ui url is baked in!!!! needs to be dynamic
.build();
}

Expand Down

0 comments on commit 9a463d4

Please sign in to comment.