Skip to content

Commit

Permalink
Adding Updates to application.properties config
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Sep 23, 2024
1 parent fdaa469 commit 061a592
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ mongoTimeoutMs = ${CM_MONGO_TIMEOUT_MS:5000}

#Postgres Configuration
spring.datasource.url=${POSTGRES_SERVER_URL:jdbc:postgresql://localhost:5432}/postgres
spring.datasource.username=${PG_DB_USER:admin}
spring.datasource.username=${PG_DB_USER:postgres}
spring.datasource.password=${PG_DB_PASS:admin}
spring.datasource.driver-class-name: org.postgresql.Driver
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto = update
# spring.jpa.hibernate.ddl-auto = update


cmServerURL = ${CM_SERVER_URL:http://localhost:8082}
Expand All @@ -32,7 +33,7 @@ logging.level.org.keycloak=INFO


load=false
enableOrganizationIntersectionChecking=${ENABLE_ORGANIZATION_INTERSECTION_CHECKING:false}
enableOrganizationIntersectionChecking=${ENABLE_ORGANIZATION_INTERSECTION_CHECKING:true}

server.compression.enabled=true
server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css
Expand Down

0 comments on commit 061a592

Please sign in to comment.