Commit 1fa687f6 authored by shajiaiming's avatar shajiaiming

币钱包新后台权限配置

parent d8c3d9c0
......@@ -92,7 +92,20 @@ return [
'bty_fee' => 0.001,
'trusteeship' => [
'node_1' => 'http://47.75.94.84',
'node_10' => 'https://api.travelservicechain.com',
'node_1' => [
'url' => 'http://47.75.94.84',
'appKey' => '',
'appSecret' => ''
],
'node_10' => [
'url' => 'https://api.travelservicechain.com',
'appKey' => '',
'appSecret' => ''
],
'node_15' => [
'url' => 'http://47.52.252.241:8800',
'appKey' => 'hl',
'appSecret' => '1YqtJfOC4fJN5WVI'
],
]
];
......@@ -33,6 +33,9 @@ return [
],
10 => [
31 => 'auth_all'
],
15 => [
32 => '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