From 52710259334935efbeb9e514fe7bbe5b18e015cb Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Sun, 31 Jul 2022 21:58:10 +0200 Subject: [PATCH] Fix name-format in the sql.conf --- .../resources/de/bluecolored/bluemap/config/storages/sql.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf index ed47be54..f06fa3c4 100644 --- a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf +++ b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf @@ -23,13 +23,13 @@ password: "" # E.g. if your runtime-environment is not already providing the sql-driver you need, # you could download the MariaDB JDBC-Connector from https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector/ # place it in the './bluemap' folder and use is like this: -#driverJar: "bluemap/mariadb-java-client-2.7.4.jar" +#driver-jar: "bluemap/mariadb-java-client-2.7.4.jar" # This is the driver-class that bluemap will try to load and use. # Check the documentation of the driver you are using if you don't know this. # Leaving this commented means that bluemap automatically tries to find a suitable driver in your classpath. # (If you added a custom driverJar above, you HAVE TO set the correct class name here) -#driverClass: "org.mariadb.jdbc.Driver" +#driver-class: "org.mariadb.jdbc.Driver" # The compression-type that bluemap will use to compress generated map-data. # Available compression-types are: