Jabit-Server/src/main/resources/application.yml

16 lines
287 B
YAML

#server.servlet.contextPath=/jabit-server
logging:
file: 'jabit.log'
level.*: ERROR
level.ch.dissem.*: WARN
bitmessage:
port: 8444
connection:
ttl.hours: 12
limit: 100
database:
url: 'jdbc:h2:file:./jabit;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=10'
user: 'sa'
password: