Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Sep 13, 2024
1 parent ff39244 commit 2005385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.datasource.url=${ORACLE_PM_DB_URL}
spring.datasource.username=${ORACLE_PM_DB_USER}
spring.datasource.password=${ORACLE_PM_DB_PWD}
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.OracleDialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.OracleDialect
# CosmosDB Database settings
azure.cosmos.uri=${COSMOS_DB_URI}
azure.cosmos.key=${COSMOS_DB_PRIMARY_KEY}
Expand Down Expand Up @@ -43,4 +43,3 @@ logging.level.root=${DEFAULT_LOGGING_LEVEL:INFO}
logging.level.it.gov.pagopa=${APP_LOGGING_LEVEL:INFO}
# CORS configuration
cors.configuration=${CORS_CONFIGURATION:'{"origins": ["*"], "methods": ["*"]}'}

0 comments on commit 2005385

Please sign in to comment.