Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
cloud-backend
Commits
e5148650
Commit
e5148650
authored
Jul 14, 2021
by
袁伟铭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.0
parent
6cdcdcd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
config/sql/init.sql
+1
-1
No files found.
config/sql/init.sql
View file @
e5148650
...
...
@@ -41,7 +41,7 @@ CREATE TABLE `sys_config` (
INSERT
INTO
`sys_config`
VALUES
(
1
,
'API是否开启'
,
'API.FLAG'
,
'true'
,
'bool'
,
110
,
'2016-12-17 23:12:26'
,
1
,
'2016-12-17 23:12:26'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
2
,
'ip黑名单,逗号分隔'
,
'API.IP.BLACK'
,
'127.0.0.122,localhost22'
,
'txt'
,
111
,
'2016-12-17 23:16:29'
,
1
,
'2016-12-17 23:16:29'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
3
,
'支持的版本,逗号分隔'
,
'API.VERSIONS'
,
'1.0.0,1.0.1'
,
'txt'
,
112
,
'2016-12-17 23:17:00'
,
1
,
'2016-12-17 23:17:00'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
4
,
'
登陆验证是否开启'
,
'API.LOGI
N.VALID'
,
'false'
,
'bool'
,
114
,
'2016-12-17 23:17:23'
,
1
,
'2016-12-17 23:17:23'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
4
,
'
签名验证是否开启'
,
'API.SIG
N.VALID'
,
'false'
,
'bool'
,
114
,
'2016-12-17 23:17:23'
,
1
,
'2016-12-17 23:17:23'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
5
,
'API参数加密是否开启'
,
'API.PARAM.ENCRYPT'
,
'false'
,
'bool'
,
115
,
'2017-03-17 23:17:23'
,
1
,
'2017-03-17 23:17:23'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
6
,
'腾讯云秘钥ID'
,
'CLOUD.SECRET.ID'
,
'xxx'
,
'txt'
,
10
,
'2017-04-05 22:59:24'
,
1
,
'2017-04-05 22:59:24'
,
1
);
INSERT
INTO
`sys_config`
VALUES
(
7
,
'腾讯云秘钥KEY'
,
'CLOUD.SECRET.KEY'
,
'xxx'
,
'txt'
,
10
,
'2017-04-05 22:59:51'
,
1
,
'2017-04-05 22:59:51'
,
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