Files
gormt/config.toml
xiexiaojun fae35b9107 前置更新
前置更新
2019-05-24 21:25:26 +08:00

15 lines
478 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

serial_number = "1.0" #版本号
service_name = "jewelryserver" #服务名
service_displayname = "jewelryserver" #服务显示名
sercice_desc = "jewelryserver" #服务描述
is_dev = true #是否开发者模式
out_dir = "" #目录
singular_table = true #单表模式:true:禁用表名复数,false:采用表明复数 参考gorm.SingularTable
[mysql_info]
host = "127.0.0.1"
port = 3306
username = "root"
password = "qwer"
database = "oauth_db"