Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
eebc704e
Commit
eebc704e
authored
Dec 14, 2017
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增开发和正式配置文件
parent
ba16a504
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
config.php
application/api/config.php
+4
-1
devConfig.php
application/api/devConfig.php
+6
-0
prdConfig.php
application/api/prdConfig.php
+6
-0
No files found.
application/api/config.php
View file @
eebc704e
...
...
@@ -2,7 +2,9 @@
//配置文件
error_reporting
(
E_ERROR
|
E_PARSE
);
define
(
'IMG_PATH'
,
'https://admin.tonglianjituan.com/houseImg/'
);
define
(
'PAGESIZE'
,
15
);
define
(
'PAGESIZE'
,
15
);
//分页每页条数
return
[
'jwt_key'
=>
'tonglian+123'
,
// 应用模式状态
'app_status'
=>
'prdConfig'
,
];
\ No newline at end of file
application/api/devConfig.php
0 → 100644
View file @
eebc704e
<?php
//开发配置
return
[
];
\ No newline at end of file
application/api/prdConfig.php
0 → 100644
View file @
eebc704e
<?php
//开发配置
return
[
];
\ 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