go17/book/application.yaml

10 lines
161 B
YAML
Raw Normal View History

2024-11-16 18:11:24 +08:00
app:
host: 127.0.0.1
port: 8080
mysql:
host: 127.0.0.1
port: 3306
database: test
username: "root"
password: "123456"
debug: false