Improve default sql.conf (Jelle edition)

This commit is contained in:
Lukas Rieger (Blue) 2023-03-11 11:47:08 +01:00
parent 4181732db7
commit 86b7e752ee
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ storage-type: SQL
connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme" connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme"
# You can set any additional (JDBC-Driver-specific) properties here # You can set any additional (JDBC-Driver-specific) properties here
# Usually thats your db-user and password # Usually that's your db-user and password
connection-properties: { connection-properties: {
user: "root", user: "root",
password: "" password: ""