Basic stuff working
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
sound {
|
||||
database = "./data/media"
|
||||
}
|
||||
|
||||
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