Commit 5c458bf1 authored by Anilople's avatar Anilople Committed by GitHub

add key apollo.portal.meta.servers to ApolloPortalDB.ServerConfig (#3027)

sql(apollo-portal): apollo.portal.meta.servers
parent 15171a65
...@@ -313,7 +313,8 @@ VALUES ...@@ -313,7 +313,8 @@ VALUES
('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', 'true', '是否允许项目管理员创建私有namespace'), ('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace'),
('configView.memberOnly.envs', 'pro', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'); ('configView.memberOnly.envs', 'pro', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'),
('apollo.portal.meta.servers', '{}', '各环境Meta Service列表');
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`) INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
VALUES VALUES
......
...@@ -313,7 +313,8 @@ VALUES ...@@ -313,7 +313,8 @@ VALUES
('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', 'true', '是否允许项目管理员创建私有namespace'), ('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace'),
('configView.memberOnly.envs', 'dev', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'); ('configView.memberOnly.envs', 'dev', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'),
('apollo.portal.meta.servers', '{}', '各环境Meta Service列表');
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`) INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
VALUES VALUES
......
...@@ -313,7 +313,8 @@ VALUES ...@@ -313,7 +313,8 @@ VALUES
('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', 'true', '是否允许项目管理员创建私有namespace'), ('admin.createPrivateNamespace.switch', 'true', '是否允许项目管理员创建私有namespace'),
('configView.memberOnly.envs', 'pro', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'); ('configView.memberOnly.envs', 'pro', '只对项目成员显示配置信息的环境列表,多个env以英文逗号分隔'),
('apollo.portal.meta.servers', '{}', '各环境Meta Service列表');
INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`) INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
......
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