Add PlotSquared
This commit is contained in:
21
paper/plugins/PlotSquared/config/storage.yml
Executable file
21
paper/plugins/PlotSquared/config/storage.yml
Executable file
@@ -0,0 +1,21 @@
|
||||
prefix: ''
|
||||
|
||||
# SQLite section
|
||||
sqlite:
|
||||
# Should SQLite be used?
|
||||
use: true
|
||||
# The file to use
|
||||
db: "storage"
|
||||
|
||||
# MySQL section
|
||||
mysql:
|
||||
# Should MySQL be used?
|
||||
use: false
|
||||
host: "localhost"
|
||||
port: "3306"
|
||||
user: "root"
|
||||
password: "password"
|
||||
database: "plot_db"
|
||||
# Set additional properties: https://goo.gl/wngtN8
|
||||
properties:
|
||||
- "useSSL=false"
|
||||
Reference in New Issue
Block a user