2019-12-19 14:47:58 +08:00
|
|
|
/***************************************************
|
|
|
|
** @Desc : This file for ...
|
|
|
|
** @Time : 2019/10/26 15:30
|
|
|
|
** @Author : yuebin
|
|
|
|
** @File : conf_pro
|
|
|
|
** @Last Modified by : yuebin
|
|
|
|
** @Last Modified time: 2019/10/26 15:30
|
|
|
|
** @Software: GoLand
|
|
|
|
****************************************************/
|
|
|
|
package conf
|
|
|
|
|
2019-12-19 17:00:52 +08:00
|
|
|
const (
|
2020-11-17 12:17:40 +08:00
|
|
|
DB_HOST = "rm-z7fchopj.mysql.rds.aliyuncs.com"
|
2019-12-19 17:00:52 +08:00
|
|
|
DB_PORT = "3306"
|
2020-11-17 12:17:40 +08:00
|
|
|
DB_USER = "dongfeng"
|
|
|
|
DB_PASSWORD = "UekR24BwfKx&^E5bcq43f"
|
|
|
|
DB_BASE = "dongfeng"
|
2019-12-19 17:00:52 +08:00
|
|
|
)
|