go18/book/v2/application.yaml

11 lines
145 B
YAML
Raw Normal View History

2025-05-11 09:58:13 +08:00
app:
host: 127.0.0.1
2025-05-11 11:45:08 +08:00
port: 8081
2025-05-11 09:58:13 +08:00
mysql:
host: 127.0.0.1
port: 3306
database: test
username: "root"
password: "123456"
debug: true