Commit 33955778 authored by shajiaiming's avatar shajiaiming

托管后台配置

parent 28c3643a
...@@ -121,31 +121,27 @@ return [ ...@@ -121,31 +121,27 @@ return [
'appKey' => 'ts', 'appKey' => 'ts',
'appSecret' => '4wuH3ZTETvVjS0kg' 'appSecret' => '4wuH3ZTETvVjS0kg'
], ],
//GBT
//HL 'node_12' => [
'node_15' => [ 'url' => 'http://47.56.67.227:8800',
'url' => 'http://47.52.252.241:8800', 'appKey' => 'gbt',
'appKey' => 'hl', 'appSecret' => 'isGA5hpNEJpzJs2I'
'appSecret' => '1YqtJfOC4fJN5WVI'
], ],
//SFT //SFT
'node_41' => [ 'node_13' => [
'url' => '47.244.215.20:8800', 'url' => 'http://47.244.215.20:8800',
'appKey' => 'sft', 'appKey' => 'sft',
'appSecret' => 'qcGQKDyg0IfthVW2' 'appSecret' => 'qcGQKDyg0IfthVW2'
], ],
//HL
//GBT 'node_15' => [
'node_34' => [ 'url' => 'http://47.52.252.241:8800',
'url' => '47.56.67.227:8800', 'appKey' => 'hl',
'appKey' => 'gbt', 'appSecret' => '1YqtJfOC4fJN5WVI'
'appSecret' => 'isGA5hpNEJpzJs2I'
], ],
//CIC //CIC
'node_39' => [ 'node_24' => [
'url' => '47.52.111.136:8800', 'url' => 'http://47.52.111.136:8800',
'appKey' => 'cic', 'appKey' => 'cic',
'appSecret' => 'rD9e37VXu96t0Fb8' 'appSecret' => 'rD9e37VXu96t0Fb8'
] ]
......
...@@ -28,14 +28,29 @@ return [ ...@@ -28,14 +28,29 @@ return [
], ],
'user_auth' => [ 'user_auth' => [
//bwallet
1 => [ 1 => [
1 => 'auth_all' 1 => 'auth_all'
], ],
//TS
10 => [ 10 => [
31 => 'auth_all' 31 => 'auth_all'
], ],
//GBT
12 => [
34 => 'auth_all'
],
//SFT
13 => [
41 => 'auth_all'
],
//HL
15 => [ 15 => [
32 => 'auth_all' 32 => 'auth_all'
],
//CIC
24 => [
39 => 'auth_all'
] ]
] ]
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment