LevelSync/config.yml

8 lines
135 B
YAML
Raw Normal View History

2020-04-27 18:05:59 +02:00
mysql:
host: "example.com"
port: 3306
username: "username"
password: "password"
database: "minecraft"
table: "playerLevel"