Fix missing newline.

This commit is contained in:
Kavin 2023-10-26 16:30:09 +01:00
parent 36cc75cf66
commit 0ae0b5b24f
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ hibernate.connection.url: jdbc:hsqldb:mem:memdb;sql.syntax_pgs=true
hibernate.connection.driver_class: org.hsqldb.jdbcDriver
hibernate.dialect: org.hibernate.dialect.HSQLDialect
hibernate.connection.username: piped
hibernate.connection.password: changeme
hibernate.connection.password: changeme

View File

@ -5,4 +5,4 @@ services:
ports:
- "127.0.0.1:8080:8080"
volumes:
- ./config.hsqldb.properties:/app/config.properties
- ./config.hsqldb.properties:/app/config.properties