Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
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
zong
Compass
Commits
5f591e7f
Commit
5f591e7f
authored
Jan 16, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1658fd60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
settings.inc
src/settings/settings.inc
+9
-5
No files found.
src/settings/settings.inc
View file @
5f591e7f
...
...
@@ -11,18 +11,18 @@ ini_set("error_reporting", E_ALL);
ini_set
(
"magic_quotes_gpc"
,
0
);
define
(
"ERROR_LOG_LEVEL"
,
100
);
// -------------▽
全サイト変更必須項
目▽----------------
// -------------▽
网站变更项
目▽----------------
//
サービス名
//
服务名称
define
(
"SERVICE_NAME"
,
"指南针"
);
//
ホスト名
//
服务器配置
define
(
"DOMAIN_NAME"
,
"COMPASS-online.cn"
);
define
(
"HOST_NAME"
,
"www.COMPASS-online.cn"
);
define
(
"SCHOOL_DOMAIN"
,
"school.COMPASS-online.cn"
);
define
(
"SCHOOL_TOP"
,
"http://school."
.
DOMAIN_NAME
.
"/school.php"
);
//
データベース設定
//
数据库配置
define
(
"COMPASS_DB"
,
"compass_develop_db"
);
define
(
"COMPASS_DB_HOST"
,
"localhost"
);
define
(
"COMPASS_DB_USER"
,
"root"
);
...
...
@@ -30,7 +30,11 @@ define("COMPASS_DB_PASS", "koala_123");
define
(
"COMPASS_DB_TYPE"
,
"Mysql"
);
define
(
"COMPASS_DB_PORT"
,
"3306"
);
// memcacheの利用
// 阿里云OSS配置
define
(
"OSS_ACCESS_KEY"
,
"LTAI4FvwbmX3iV7i6RaGsm5T"
);
define
(
"OSS_ACCESS_SECRET, "
Q10wMk5qSc8mEZiPjIqN0GK6vmhFZZ
");
// 缓存配置
define("
COMPASS_MEMCACHE_HOST
", "
127.0
.
0.1
");
define("
COMPASS_MEMCACHE_PORT
", "
11211
");
define("
MEMCACHE_VERSION
", 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