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
1fa687f6
Commit
1fa687f6
authored
Aug 05, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
币钱包新后台权限配置
parent
d8c3d9c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
params-local.php
common/config/params-local.php
+15
-2
user_auth.php
common/config/user_auth.php
+3
-0
No files found.
common/config/params-local.php
View file @
1fa687f6
...
...
@@ -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'
],
]
];
common/config/user_auth.php
View file @
1fa687f6
...
...
@@ -33,6 +33,9 @@ return [
],
10
=>
[
31
=>
'auth_all'
],
15
=>
[
32
=>
'auth_all'
]
]
];
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