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
bcd75af6
Commit
bcd75af6
authored
Jan 10, 2019
by
ZhuChunYang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加托管服务配置
parent
62b8124a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
params.php
common/config/params.php
+1
-0
trusteeship.php
common/config/trusteeship.php
+17
-0
No files found.
common/config/params.php
View file @
bcd75af6
...
@@ -68,5 +68,6 @@ return [
...
@@ -68,5 +68,6 @@ return [
],
],
],
],
'lottery'
=>
require
(
dirname
(
__FILE__
)
.
'/lottery.php'
),
'lottery'
=>
require
(
dirname
(
__FILE__
)
.
'/lottery.php'
),
'trusteeship'
=>
require
(
dirname
(
__FILE__
)
.
'/trusteeship.php'
),
'coin_quotation_disable_items'
=>
[
'WTC'
]
'coin_quotation_disable_items'
=>
[
'WTC'
]
];
];
common/config/trusteeship.php
0 → 100644
View file @
bcd75af6
<?php
/**
* Created by PhpStorm.
* User: ZCY
* Date: 2018/10/8
* Time: 15:13
*/
return
[
'service'
=>
[
'scheme'
=>
'http'
,
'host'
=>
'172.16.100.114'
,
'port'
=>
8808
,
],
'coin_getsupport'
=>
'/v1/coin/get-support'
,
//获取支持的币种
];
\ 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