Skip to content

Commit 9e0ae71

Browse files
committed
allow admin to create private namespace by default
1 parent c9356fd commit 9e0ae71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/docker-quick-start/sql/apolloportaldb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ VALUES
312312
('superAdmin', 'apollo', 'Portal超级管理员'),
313313
('api.readTimeout', '10000', 'http接口read timeout'),
314314
('consumer.token.salt', 'someSalt', 'consumer token salt'),
315-
('admin.createPrivateNamespace.switch', 'false', '是否允许项目管理员创建私有namespace');
315+
('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace');
316316

317317
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
318318
VALUES

scripts/sql/apolloportaldb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ VALUES
312312
('superAdmin', 'apollo', 'Portal超级管理员'),
313313
('api.readTimeout', '10000', 'http接口read timeout'),
314314
('consumer.token.salt', 'someSalt', 'consumer token salt'),
315-
('admin.createPrivateNamespace.switch', 'false', '是否允许项目管理员创建私有namespace');
315+
('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace');
316316

317317
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
318318
VALUES

0 commit comments

Comments
 (0)