Skip to content

Commit

Permalink
Fix missing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Oct 26, 2023
1 parent 36cc75c commit 0ae0b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/config.hsqldb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion testing/docker-compose.hsqldb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ae0b5b

Please sign in to comment.