add cobra

add cobra
This commit is contained in:
xiexiaojun
2019-05-05 21:13:15 +08:00
parent 21a054c9c7
commit 03a29cc432
6 changed files with 199 additions and 0 deletions

11
config.toml Normal file
View File

@@ -0,0 +1,11 @@
serial_number = "1.0"
service_name = "jewelryserver"
service_displayname = "jewelryserver"
sercice_desc = "jewelryserver"
is_dev = true
[mysql_info]
host = "127.0.0.1"
port = 3306
username = "root"
password = "qwer"
database = "oauth_db"