CTZServer/src/main/resources/config.yml

6 lines
95 B
YAML

mysql:
ip: '127.0.0.1'
port: 3306
username: 'root'
password: ''
database: 'ctzserver'