mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 20:41:57 +01:00
Improve default sql.conf
This commit is contained in:
parent
ec5ca244fd
commit
dbbcbb94c3
@ -9,18 +9,15 @@
|
|||||||
storage-type: SQL
|
storage-type: SQL
|
||||||
|
|
||||||
# The JDBC-Connection URL that is used to connect to the database.
|
# The JDBC-Connection URL that is used to connect to the database.
|
||||||
# The format for this url is usually something like: jdbc:[driver]://[host]:[port]/[database]?user=[user]&password=[password]
|
# The format for this url is usually something like: jdbc:[driver]://[host]:[port]/[database]
|
||||||
# The exact format of the url is determined by the JDBC-Driver you are using.
|
# The exact format of the url is determined by the JDBC-Driver you are using.
|
||||||
# (You might need to URL-encode the user and password if it has special characters)
|
connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme"
|
||||||
connection-url: "jdbc:mysql://localhost/bluemap?permitMysqlScheme"
|
|
||||||
#connection-url: "jdbc:mariadb://localhost/bluemap?user=root"
|
|
||||||
#connection-url: "jdbc:mysql://localhost:3306/bluemap?user=root&password=password"
|
|
||||||
|
|
||||||
# You can set any additional (JDBC-Driver-specific) properties here
|
# 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)
|
# (if you have user/password in your connection-url, you don't need them here, and vice versa)
|
||||||
connection-properties: {
|
connection-properties: {
|
||||||
#user: "root",
|
user: "root",
|
||||||
#password: ""
|
password: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
# The maximum number of connections to the database that are allowed to be open at the same time.
|
# The maximum number of connections to the database that are allowed to be open at the same time.
|
||||||
|
Loading…
Reference in New Issue
Block a user