All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
28 lines
676 B
YAML
Executable File
28 lines
676 B
YAML
Executable File
spring:
|
|
application:
|
|
name: swiss
|
|
# autoconfigure:
|
|
# exclude:
|
|
# - org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
|
|
# - org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
|
|
datasource:
|
|
url: jdbc:postgresql://localhost:5432/postgres?currentSchema=swiss2
|
|
username: ${DB_USERNAME:postgres}
|
|
password: ${DB_PASSWORD:postgres}
|
|
flyway:
|
|
enabled: false
|
|
|
|
security: true
|
|
#logging:
|
|
# level:
|
|
# root: DEBUG
|
|
#logging:
|
|
# level:
|
|
# org:
|
|
# hibernate:
|
|
# sql: DEBUG
|
|
# type:
|
|
# descriptor:
|
|
# sql:
|
|
# BasicBinder: TRACE
|