/*************************************************** ** @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 const ( DB_HOST = "rm-z7fchopj.mysql.rds.aliyuncs.com" DB_PORT = "3306" DB_USER = "dongfeng" DB_PASSWORD = "UekR24BwfKx&^E5bcq43f" DB_BASE = "dongfeng" )