Select Git revision
changelog.md
To find the state of this project's repository at the time of any of these versions, check out the tags.
application-local.yml 2.39 KiB
spring:
datasource:
url: jdbc:h2:mem:fda;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS FDA;NON_KEYWORDS=value
driver-class-name: org.h2.Driver
username: sa
password: password
jpa:
show-sql: false
open-in-view: false
properties:
hibernate:
default_schema: dbrepo
jdbc:
time_zone: UTC
format_sql: false
application:
name: metadata-service
rabbitmq:
host: localhost
virtual-host: dbrepo
username: admin
password: admin
port: 5672
management:
endpoints:
web:
exposure:
include: health,info,prometheus
endpoint:
health:
probes:
enabled: true
health:
readinessState:
enabled: true
livenessState:
enabled: true
server:
port: 19099
logging:
pattern.console: "%d %highlight(%-5level) %msg%n"
level:
root: warn
at.tuwien.: trace
org.springframework.security.web.FilterChainProxy: debug
# org.hibernate.resource.jdbc: trace
org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: debug
dbrepo:
repository-name: Database Repository
base-url: http://localhost
admin-email: noreply@example.com
deleted-record: persistent
granularity: YYYY-MM-DDThh:mm:ssZ
exchangeName: dbrepo
queueName: dbrepo
connectionTimeout: 10000
s3:
accessKeyId: seaweedfsadmin
secretAccessKey: seaweedfsadmin
bucket: dbrepo
system:
username: admin
password: admin
endpoints:
searchService: http://localhost
analyseService: http://localhost
dataService: http://localhost:9093
brokerService: http://localhost:15672
authService: http://localhost/api/auth
storageService: http://localhost/api/storage