Improve default sql.conf 2

This commit is contained in:
Lukas Rieger (Blue) 2023-03-11 11:45:27 +01:00
parent dbbcbb94c3
commit 4181732db7
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"
# You can set any additional (JDBC-Driver-specific) properties here
# (if you have user/password in your connection-url, you don't need them here, and vice versa)
# Usually thats your db-user and password
connection-properties: {
user: "root",
password: ""