Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
apollo
Commits
9e0ae71a
Commit
9e0ae71a
authored
Aug 08, 2018
by
nobodyiam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow admin to create private namespace by default
parent
c9356fd5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/docker-quick-start/sql/apolloportaldb.sql
scripts/docker-quick-start/sql/apolloportaldb.sql
+1
-1
scripts/sql/apolloportaldb.sql
scripts/sql/apolloportaldb.sql
+1
-1
No files found.
scripts/docker-quick-start/sql/apolloportaldb.sql
View file @
9e0ae71a
...
@@ -312,7 +312,7 @@ VALUES
...
@@ -312,7 +312,7 @@ VALUES
(
'superAdmin'
,
'apollo'
,
'Portal超级管理员'
),
(
'superAdmin'
,
'apollo'
,
'Portal超级管理员'
),
(
'api.readTimeout'
,
'10000'
,
'http接口read timeout'
),
(
'api.readTimeout'
,
'10000'
,
'http接口read timeout'
),
(
'consumer.token.salt'
,
'someSalt'
,
'consumer token salt'
),
(
'consumer.token.salt'
,
'someSalt'
,
'consumer token salt'
),
(
'admin.createPrivateNamespace.switch'
,
'
fals
e'
,
'是否允许项目管理员创建私有namespace'
);
(
'admin.createPrivateNamespace.switch'
,
'
tru
e'
,
'是否允许项目管理员创建私有namespace'
);
INSERT
INTO
`Users`
(
`Username`
,
`Password`
,
`Email`
,
`Enabled`
)
INSERT
INTO
`Users`
(
`Username`
,
`Password`
,
`Email`
,
`Enabled`
)
VALUES
VALUES
...
...
scripts/sql/apolloportaldb.sql
View file @
9e0ae71a
...
@@ -312,7 +312,7 @@ VALUES
...
@@ -312,7 +312,7 @@ VALUES
(
'superAdmin'
,
'apollo'
,
'Portal超级管理员'
),
(
'superAdmin'
,
'apollo'
,
'Portal超级管理员'
),
(
'api.readTimeout'
,
'10000'
,
'http接口read timeout'
),
(
'api.readTimeout'
,
'10000'
,
'http接口read timeout'
),
(
'consumer.token.salt'
,
'someSalt'
,
'consumer token salt'
),
(
'consumer.token.salt'
,
'someSalt'
,
'consumer token salt'
),
(
'admin.createPrivateNamespace.switch'
,
'
fals
e'
,
'是否允许项目管理员创建私有namespace'
);
(
'admin.createPrivateNamespace.switch'
,
'
tru
e'
,
'是否允许项目管理员创建私有namespace'
);
INSERT
INTO
`Users`
(
`Username`
,
`Password`
,
`Email`
,
`Enabled`
)
INSERT
INTO
`Users`
(
`Username`
,
`Password`
,
`Email`
,
`Enabled`
)
VALUES
VALUES
...
...
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