Skip to content

Commit

Permalink
Merge branch 'master' into fix-docs-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks authored Feb 21, 2024
2 parents 0646689 + f05a1cb commit f5b51b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spring.security.oauth2.client.provider.keycloak.issuer-uri=http://localhost:8084
spring.security.oauth2.client.provider.keycloak.user-name-attribute=email
```

4. Set the following in _portal.properties_:
4. Set the following in _application.properties_:

```properties
persistence.cache_type=no-cache
Expand All @@ -55,4 +55,4 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver

4. Start cBioPortal application on port 8080. The login credentials are `testuser:P@assword1`.

⚠️ Warning: Do not use this directly for production use as it takes several shortcuts to get a quick keycloak instance up.
⚠️ Warning: Do not use this directly for production use as it takes several shortcuts to get a quick keycloak instance up.

0 comments on commit f5b51b6

Please sign in to comment.