Skip to content

Commit 4181732

Browse files
committed
Improve default sql.conf 2
1 parent dbbcbb9 commit 4181732

File tree

1 file changed

+1
-1
lines changed
  • BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages

1 file changed

+1
-1
lines changed

BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ storage-type: SQL
1414
connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme"
1515

1616
# You can set any additional (JDBC-Driver-specific) properties here
17-
# (if you have user/password in your connection-url, you don't need them here, and vice versa)
17+
# Usually thats your db-user and password
1818
connection-properties: {
1919
user: "root",
2020
password: ""

0 commit comments

Comments
 (0)