[server]
host = "127.0.0.1:3000"
[database]
host = "127.0.0.1:3306"
database = "app-idea"
username = "root"
password = "admin"
# example
[output]
directory = "./output"
format = "toml"