Commit 9e0ae71a authored by nobodyiam's avatar nobodyiam

allow admin to create private namespace by default

parent c9356fd5
...@@ -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', 'false', '是否允许项目管理员创建私有namespace'); ('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace');
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`) INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
VALUES VALUES
......
...@@ -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', 'false', '是否允许项目管理员创建私有namespace'); ('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace');
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`) INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
VALUES VALUES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment