[server]
debug = true
host = "127.0.0.1:3000"
[database]
host = "127.0.0.1:3306"
database = "app-idea"
username = "root"
password = "admin"