Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xxmp
Project
Project
Details
Activity
Releases
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
chan
xxmp
Commits
d63aa5ba
Commit
d63aa5ba
authored
Aug 08, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
36c9a2eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
67 deletions
+0
-67
config.php
data/config.php
+0
-67
No files found.
data/config.php
deleted
100644 → 0
View file @
36c9a2eb
<?php
defined
(
'IN_IA'
)
or
exit
(
'Access Denied'
);
$config
=
array
();
$config
[
'db'
][
'master'
][
'host'
]
=
'127.0.0.1'
;
$config
[
'db'
][
'master'
][
'username'
]
=
'root'
;
$config
[
'db'
][
'master'
][
'password'
]
=
'123456'
;
$config
[
'db'
][
'master'
][
'port'
]
=
'3306'
;
$config
[
'db'
][
'master'
][
'database'
]
=
'upyuns'
;
$config
[
'db'
][
'master'
][
'charset'
]
=
'utf8mb4'
;
$config
[
'db'
][
'master'
][
'pconnect'
]
=
0
;
$config
[
'db'
][
'master'
][
'tablepre'
]
=
'ims_'
;
$config
[
'db'
][
'slave_status'
]
=
false
;
$config
[
'db'
][
'slave'
][
'1'
][
'host'
]
=
''
;
$config
[
'db'
][
'slave'
][
'1'
][
'username'
]
=
''
;
$config
[
'db'
][
'slave'
][
'1'
][
'password'
]
=
''
;
$config
[
'db'
][
'slave'
][
'1'
][
'port'
]
=
'3307'
;
$config
[
'db'
][
'slave'
][
'1'
][
'database'
]
=
''
;
$config
[
'db'
][
'slave'
][
'1'
][
'charset'
]
=
'utf8mb4'
;
$config
[
'db'
][
'slave'
][
'1'
][
'pconnect'
]
=
0
;
$config
[
'db'
][
'slave'
][
'1'
][
'tablepre'
]
=
'ims_'
;
$config
[
'db'
][
'slave'
][
'1'
][
'weight'
]
=
0
;
$config
[
'db'
][
'common'
][
'slave_except_table'
]
=
array
(
'core_sessions'
);
// -------------------------- CONFIG COOKIE --------------------------- //
$config
[
'cookie'
][
'pre'
]
=
'5e4b_'
;
$config
[
'cookie'
][
'domain'
]
=
''
;
$config
[
'cookie'
][
'path'
]
=
'/'
;
// -------------------------- CONFIG SETTING --------------------------- //
$config
[
'setting'
][
'charset'
]
=
'utf-8'
;
$config
[
'setting'
][
'cache'
]
=
'redis'
;
$config
[
'setting'
][
'timezone'
]
=
'Asia/Shanghai'
;
$config
[
'setting'
][
'memory_limit'
]
=
'256M'
;
$config
[
'setting'
][
'filemode'
]
=
0644
;
$config
[
'setting'
][
'authkey'
]
=
'7ba12d7e'
;
$config
[
'setting'
][
'founder'
]
=
'1'
;
$config
[
'setting'
][
'development'
]
=
1
;
$config
[
'setting'
][
'referrer'
]
=
0
;
// -------------------------- CONFIG UPLOAD --------------------------- //
$config
[
'upload'
][
'image'
][
'extentions'
]
=
array
(
'gif'
,
'jpg'
,
'jpeg'
,
'png'
);
$config
[
'upload'
][
'image'
][
'limit'
]
=
5000
;
$config
[
'upload'
][
'attachdir'
]
=
'attachment'
;
$config
[
'upload'
][
'audio'
][
'extentions'
]
=
array
(
'mp3'
);
$config
[
'upload'
][
'audio'
][
'limit'
]
=
5000
;
// -------------------------- CONFIG MEMCACHE --------------------------- //
$config
[
'setting'
][
'memcache'
][
'server'
]
=
''
;
$config
[
'setting'
][
'memcache'
][
'port'
]
=
11211
;
$config
[
'setting'
][
'memcache'
][
'pconnect'
]
=
1
;
$config
[
'setting'
][
'memcache'
][
'timeout'
]
=
30
;
$config
[
'setting'
][
'memcache'
][
'session'
]
=
1
;
// -------------------------- CONFIG PROXY --------------------------- //
$config
[
'setting'
][
'proxy'
][
'host'
]
=
''
;
$config
[
'setting'
][
'proxy'
][
'auth'
]
=
''
;
// -------------------------- CONFIG redis longbingkeji --------------------------- //
$config
[
'setting'
][
'redis'
][
'server'
]
=
'127.0.0.1'
;
$config
[
'setting'
][
'redis'
][
'port'
]
=
6379
;
$config
[
'setting'
][
'redis'
][
'pconnect'
]
=
1
;
$config
[
'setting'
][
'redis'
][
'timeout'
]
=
30
;
$config
[
'setting'
][
'redis'
][
'session'
]
=
1
;
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