[app] name = "simple_api" description = "app desc" address = "localhost" encrypt_key = "defualt app encrypt key" [datasource] provider = "mysql" host = "127.0.0.1" port = 3306 database = "go18" username = "root" password = "123456" auto_migrate = false debug = false [http] host = "127.0.0.1" port = 8010 path_prefix = "api" [comment] max_comment_per_book = 200