Move to new server
This commit is contained in:
27
src/main/resources/application-local-postgres.yaml
Executable file
27
src/main/resources/application-local-postgres.yaml
Executable file
@@ -0,0 +1,27 @@
|
||||
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/swiss?currentSchema=swiss
|
||||
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
|
||||
Reference in New Issue
Block a user