mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-27 10:59:14 +00:00
8 lines
174 B
YAML
8 lines
174 B
YAML
# SQLite or MySQL (case-insensitive)
|
|
type: "sqlite"
|
|
# The rest of these are only required for MySQL
|
|
name: "name"
|
|
username: "username"
|
|
password: "password"
|
|
ip: "ip"
|
|
port: 3306 |