Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ticker_config
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallets
ticker_config
Commits
1b4ed3ba
Commit
1b4ed3ba
authored
Nov 20, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新参数
parent
a12e5299
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
47 deletions
+55
-47
params-local.php
common/config/params-local.php
+9
-47
params-local.php
wallet/config/params-local.php
+46
-0
No files found.
common/config/params-local.php
View file @
1b4ed3ba
...
@@ -74,14 +74,7 @@ return [
...
@@ -74,14 +74,7 @@ return [
'host'
=>
'47.244.141.185'
,
'host'
=>
'47.244.141.185'
,
'port'
=>
8901
,
'port'
=>
8901
,
'contractName'
=>
'user.p.game.user.wasm.lucky'
'contractName'
=>
'user.p.game.user.wasm.lucky'
],
]
// 'hl_wallet'=> [
// 'scheme' => 'http',
// 'host' => '47.89.12.159',
// 'port' => 8901,
// 'execer' => 'user.p.healthylifechain.coins',
// 'contractName' => ''
// ]
]
]
],
],
'h5_activity'
=>
[
'h5_activity'
=>
[
...
@@ -118,6 +111,14 @@ return [
...
@@ -118,6 +111,14 @@ return [
]
]
],
],
'chain_nodes'
=>
[
'STO'
=>
[
'scheme'
=>
'http'
,
'host'
=>
'118.31.109.11'
,
'port'
=>
8801
,
]
],
//金色财经相关接口信息
//金色财经相关接口信息
'coindog'
=>
[
'coindog'
=>
[
'accessKey'
=>
'4e4d2dd8124d1a32524b39f017c3ff2d'
,
'accessKey'
=>
'4e4d2dd8124d1a32524b39f017c3ff2d'
,
...
@@ -134,43 +135,4 @@ return [
...
@@ -134,43 +135,4 @@ return [
],
],
'bty_fee'
=>
0.001
,
'bty_fee'
=>
0.001
,
'trusteeship'
=>
[
//bwallet
'node_1'
=>
[
'url'
=>
'http://47.75.94.84'
,
'appKey'
=>
'wallet'
,
'appSecret'
=>
'glu8gGXgCTlVYfDy'
],
//TS
'node_10'
=>
[
'url'
=>
'https://api.travelservicechain.com'
,
'appKey'
=>
'ts'
,
'appSecret'
=>
'4wuH3ZTETvVjS0kg'
],
//GBT
'node_12'
=>
[
'url'
=>
'http://47.56.67.227:8800'
,
'appKey'
=>
'gbt'
,
'appSecret'
=>
'isGA5hpNEJpzJs2I'
],
//SFT
'node_13'
=>
[
'url'
=>
'http://47.244.215.20:8800'
,
'appKey'
=>
'sft'
,
'appSecret'
=>
'qcGQKDyg0IfthVW2'
],
//HL
'node_15'
=>
[
'url'
=>
'http://47.52.252.241:8800'
,
'appKey'
=>
'hl'
,
'appSecret'
=>
'1YqtJfOC4fJN5WVI'
],
//CIC
'node_24'
=>
[
'url'
=>
'http://47.52.111.136:8800'
,
'appKey'
=>
'cic'
,
'appSecret'
=>
'rD9e37VXu96t0Fb8'
]
]
];
];
wallet/config/params-local.php
View file @
1b4ed3ba
...
@@ -7,4 +7,49 @@
...
@@ -7,4 +7,49 @@
*/
*/
return
[
return
[
//查看托管用户、余额等信息 针对vue客户端
'trusteeship'
=>
[
//bwallet
'node_1'
=>
[
'url'
=>
'http://47.75.94.84'
,
'appKey'
=>
'wallet'
,
'appSecret'
=>
'glu8gGXgCTlVYfDy'
],
//TS
'node_10'
=>
[
'url'
=>
'https://api.travelservicechain.com'
,
'appKey'
=>
'ts'
,
'appSecret'
=>
'4wuH3ZTETvVjS0kg'
],
//GBT
'node_12'
=>
[
'url'
=>
'http://47.56.67.227:8800'
,
'appKey'
=>
'gbt'
,
'appSecret'
=>
'isGA5hpNEJpzJs2I'
],
//SFT
'node_13'
=>
[
'url'
=>
'http://47.244.215.20:8800'
,
'appKey'
=>
'sft'
,
'appSecret'
=>
'qcGQKDyg0IfthVW2'
],
//HL
'node_15'
=>
[
'url'
=>
'http://47.52.252.241:8800'
,
'appKey'
=>
'hl'
,
'appSecret'
=>
'1YqtJfOC4fJN5WVI'
],
//BN
'node_17'
=>
[
'url'
=>
'https://api.bitnasdaqchain.com'
,
'appKey'
=>
'bn'
,
'appSecret'
=>
'habpOUtl3w7mtyrP'
],
//CIC
'node_24'
=>
[
'url'
=>
'http://47.52.111.136:8800'
,
'appKey'
=>
'cic'
,
'appSecret'
=>
'rD9e37VXu96t0Fb8'
]
]
];
];
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment