First commit
This commit is contained in:
6
composeApp/src/desktopMain/resources/application.conf
Normal file
6
composeApp/src/desktopMain/resources/application.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
h2 {
|
||||
driver = org.h2.Driver
|
||||
url = "jdbc:h2:file:./data/%s;DB_CLOSE_DELAY=-1;"
|
||||
user = "sa"
|
||||
password = ""
|
||||
}
|
||||
Reference in New Issue
Block a user