spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect
spring.jpa.properties.hibernate.id.new_generator_mappings = false
spring.jpa.properties.hibernate.format_sql = true
spring.servlet.multipart.max-file-size = 15MB
spring.servlet.multipart.max-request-size = 15MB


logging.level.org.hibernate.SQL=WARN
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=WARN

security.isDisableSSLVerification=false

## Internal broker
activemq.broker.name=jobsProcessor
activemq.broker.url=tcp://0.0.0.0:61616
activemq.queue.name=jobs-queue

## GraphQL default placeholders (left blank intentionally)
graphql.endpoint.url=

## SpringDoc openapi definition
springdoc.swagger-ui.disable-swagger-default-url=true

## Set base context for application
server.servlet.context-path=/gestionepratiche