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
75a5ec31
Commit
75a5ec31
authored
Sep 10, 2018
by
rlgy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
91a3f4c0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
121 deletions
+0
-121
main-local.php
api/config/main-local.php
+0
-12
params-local.php
api/config/params-local.php
+0
-12
main-local.php
backend/config/main-local.php
+0
-12
params-local.php
backend/config/params-local.php
+0
-11
main-local.php
common/config/main-local.php
+0
-63
params-local.php
common/config/params-local.php
+0
-11
No files found.
api/config/main-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created by PhpStorm.
* User: rlgyzhcn
* Date: 18-5-31
* Time: 上午10:27
*/
return
[
];
\ No newline at end of file
api/config/params-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created by PhpStorm.
* User: rlgyzhcn
* Date: 18-5-31
* Time: 上午10:31
*/
return
[
];
\ No newline at end of file
backend/config/main-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created By Sublime Text 3
*
* @date 2018-09-07 15:55:45
* @authors rlgy <rlgyzhcn@qq.com>
*/
return
[
];
backend/config/params-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created By Sublime Text 3
*
* @date 2018-09-07 15:57:10
* @authors rlgy <rlgyzhcn@qq.com>
*/
return
[
];
common/config/main-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created By Sublime Text 3
*
* @date 2018-09-07 15:55:45
* @authors rlgy <rlgyzhcn@qq.com>
*/
return
[
'components'
=>
[
/**
* db config
*/
'db'
=>
[
'class'
=>
'yii\db\Connection'
,
'dsn'
=>
'mysql:host=127.0.0.1;dbname=manage'
,
'username'
=>
'root'
,
'password'
=>
'123456'
,
'charset'
=>
'utf8'
,
'tablePrefix'
=>
'gli_'
,
],
'db_pwallet'
=>
[
'class'
=>
'yii\db\Connection'
,
'dsn'
=>
'mysql:host=127.0.0.1;dbname=api'
,
'username'
=>
'root'
,
'password'
=>
'123456'
,
'charset'
=>
'utf8'
,
],
'cache'
=>
[
'class'
=>
'yii\redis\Cache'
,
'redis'
=>
[
'hostname'
=>
'localhost'
,
'port'
=>
6379
,
'password'
=>
'jlm123456'
,
'database'
=>
0
,
],
],
'redis'
=>
[
'class'
=>
'yii\redis\Connection'
,
'hostname'
=>
'localhost'
,
'password'
=>
'jlm123456'
,
'port'
=>
6379
,
'database'
=>
1
,
],
'redis-queue'
=>
[
'class'
=>
'yii\redis\Connection'
,
'hostname'
=>
'localhost'
,
'password'
=>
'jlm123456'
,
'port'
=>
6379
,
'database'
=>
2
,
],
'queue'
=>
[
'class'
=>
\yii\queue\redis\Queue
::
class
,
'redis'
=>
'redis-queue'
,
// Redis connection component or its config
'channel'
=>
'queue'
,
// Queue channel key
],
'uploader'
=>
[
'class'
=>
'common\components\uploader\Uploader'
,
'baseuri'
=>
'http://127.0.0.1:8900/admin/upload'
,
'absolute'
=>
dirname
(
dirname
(
__DIR__
))
.
'/backend/upload'
,
],
],
];
common/config/params-local.php
deleted
100644 → 0
View file @
91a3f4c0
<?php
/**
* Created By Sublime Text 3
*
* @date 2018-09-07 15:57:10
* @authors rlgy <rlgyzhcn@qq.com>
*/
return
[
];
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