You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
341 B

app:
name: "test"
mode: "dev"
port: 8080
start_time: "2024-10-01"
machine_id: 1
test: true
logger:
level: "debug"
name: "logger.log"
max_sizes: 200
max_age: 30
max_backups: 7
mysql:
host: "127.0.0.1"
port: 3306
user: "root"
password: "123456qaz"
dbname: "test"
max_idle_conns: 50
max_open_conns: 200