From f05a1cb7d8fc408f064649ae26f86b14b291b537 Mon Sep 17 00:00:00 2001 From: Ino de Bruijn Date: Wed, 21 Feb 2024 09:35:07 -0500 Subject: [PATCH] remove portal.properties reference --- dev/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/README.md b/dev/README.md index 648411873b1..c23cce72e2e 100644 --- a/dev/README.md +++ b/dev/README.md @@ -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 @@ -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. \ No newline at end of file +⚠️ Warning: Do not use this directly for production use as it takes several shortcuts to get a quick keycloak instance up.