mirror of
https://github.com/yv1ing/gin-admin.git
synced 2025-10-24 10:12:05 +08:00
完成基本框架搭建及系统用户登录流程
This commit is contained in:
13
configs/config.toml
Normal file
13
configs/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 系统运行设置
|
||||
ListenHost = "127.0.0.1"
|
||||
ListenPort = 8888
|
||||
SecretKey = ""
|
||||
RootName = "root"
|
||||
RootPass = "123456"
|
||||
|
||||
[Mysql]
|
||||
Host = ""
|
||||
Port = 3306
|
||||
Username = ""
|
||||
Password = ""
|
||||
Database = "ga"
|
||||
Reference in New Issue
Block a user