调整配置
This commit is contained in:
@@ -1,29 +1,21 @@
|
||||
[service]
|
||||
EVALUATE_DICT_API_URL = 'http://pg.xsimon.com/AutoEvluationBackend/evaluate_dict_api/public/index.php/'
|
||||
EVALUATE_DICT_API_URL = 'http://dev-pg.xsimon.com/AutoEvluationBackend/evaluate_dict_api/public/index.php/'
|
||||
EVALUATE_DICT_API_URL = 'http://dev3.gzpg2006.cn/AutoEvluationBackend/evaluate_dict_api/public/index.php/'
|
||||
project_folder ='pgserver'
|
||||
estimate_short_name="国中"
|
||||
|
||||
#文件上传地址
|
||||
[uploadFile]
|
||||
thum_url = 'http://pg.xsimon.com/index.php/'. DS .'public'. DS .'uploads'. DS .'thum'. DS ."date('Ymd',time())"
|
||||
url = https://gzpg-pro-1386488401.cos.ap-guangzhou.myqcloud.com
|
||||
host_url = http://pg.xsimon.com/
|
||||
evaluate_host_url = http://pg.xsimon.com/
|
||||
bucket = gzpg-pro-1386488401
|
||||
thum_url = 'http://dev-pg.xsimon.com/index.php/'. DS .'public'. DS .'uploads'. DS .'thum'. DS ."date('Ymd',time())"
|
||||
thum_url = 'http://dev3.gzpg2006.cn/index.php/'. DS .'public'. DS .'uploads'. DS .'thum'. DS ."date('Ymd',time())"
|
||||
url = https://gzpg-dev-1386488401.cos.ap-guangzhou.myqcloud.com
|
||||
host_url = http://dev-pg.xsimon.com/
|
||||
evaluate_host_url = http://dev-pg.xsimon.com/
|
||||
host_url = http://dev3.gzpg2006.cn/
|
||||
evaluate_host_url = http://dev3.gzpg2006.cn/
|
||||
bucket = gzpg-dev-1386488401
|
||||
access_key_id = AKIDvmV5kOsRsBLtLdyJhx4yf8OTKzQflgOt
|
||||
access_key_secret = NXWUL2XsJeo062rZKwLWTFqEg0KahdQG
|
||||
endpoint = 'ap-guangzhou'
|
||||
qrcode_url = http://pg.xsimon.com
|
||||
qrcode_url = http://dev-pg.xsimon.com
|
||||
qrcode_url = http://dev3.gzpg2006.cn
|
||||
|
||||
[cos]
|
||||
bucket = gzpg-pro-1386488401
|
||||
bucket = gzpg-dev-1386488401
|
||||
access_key_id = AKIDvmV5kOsRsBLtLdyJhx4yf8OTKzQflgOt
|
||||
access_key_secret = NXWUL2XsJeo062rZKwLWTFqEg0KahdQG
|
||||
@@ -35,8 +27,6 @@ WORKDAY_URL = 'http://193.112.110.115:8089/what/is/today?today='
|
||||
[auth]
|
||||
# 生产环境
|
||||
auth_url = http://127.0.0.1:8951/
|
||||
#auth_url = http://127.0.0.1:8951/
|
||||
auth_url = http://192.168.122.1:8951/
|
||||
|
||||
[push]
|
||||
# 开发环境
|
||||
|
||||
@@ -156,6 +156,6 @@ return [
|
||||
'is_ftp_dirver' => 0, //开启FTP服务
|
||||
'url_route_on' => true, //开启路由
|
||||
|
||||
'domain' => 'http://dev-pg.xsimon.com'
|
||||
'domain' => 'http://dev3.gzpg2006.cn'
|
||||
|
||||
];
|
||||
|
||||
@@ -13,8 +13,7 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
// 'hostname' => '127.0.0.1',
|
||||
'hostname' => '192.168.122.1',
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => 'pgserver3.0_dev',// 国中
|
||||
// 用户名
|
||||
@@ -68,8 +67,7 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
// 'hostname' => '127.0.0.1',
|
||||
'hostname' => '192.168.1.12',
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => 'fullestate',
|
||||
// 用户名
|
||||
|
||||
Reference in New Issue
Block a user