作者 唐旭辉

正式环境调配

@@ -15,7 +15,7 @@ mysql_user = "${MYSQL_USER||root}" @@ -15,7 +15,7 @@ mysql_user = "${MYSQL_USER||root}"
15 mysql_password = "${MYSQL_PASSWORD||sutianxia2018}" 15 mysql_password = "${MYSQL_PASSWORD||sutianxia2018}"
16 mysql_host = "${MYSQL_HOST||101.37.68.23}" 16 mysql_host = "${MYSQL_HOST||101.37.68.23}"
17 mysql_port = "${MYSQL_PORT||3306}" 17 mysql_port = "${MYSQL_PORT||3306}"
18 -mysql_db_name = "${MYSQL_DB_NAME||opportunity_dev}" 18 +mysql_db_name = "${MYSQL_DB_NAME||opportunity}"
19 ##redis相关配置 19 ##redis相关配置
20 redis_add = "${REDIS_HOST||127.0.0.1}" 20 redis_add = "${REDIS_HOST||127.0.0.1}"
21 redis_add_port = "${REDIS_PORT||6379}" 21 redis_add_port = "${REDIS_PORT||6379}"
@@ -28,7 +28,7 @@ log_level = "${LOG_LEVEL||error}" @@ -28,7 +28,7 @@ log_level = "${LOG_LEVEL||error}"
28 28
29 ##统一用户中心相关配置 29 ##统一用户中心相关配置
30 ucenter_check_alt = "rsF0pL!6DwjBO735" 30 ucenter_check_alt = "rsF0pL!6DwjBO735"
31 -ucenter_base_url = "https://public-interface.fjmaimaimai.com/ucenter/" 31 +ucenter_base_url = "https://public-interface.fjmaimaimai.com/ucenter"
32 ucenter_app_key = "39aefef9e22744a3b2d2d3791824ae7b" 32 ucenter_app_key = "39aefef9e22744a3b2d2d3791824ae7b"
33 ucenter_secret = "cykbjnfqgctn" 33 ucenter_secret = "cykbjnfqgctn"
34 34