Skip to content

Commit

Permalink
update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Aug 11, 2018
1 parent 845df67 commit e7599ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified apollo-all-in-one.jar
Binary file not shown.
Binary file modified client/apollo-demo.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eureka_service_url=$config_server_url/eureka/
portal_url=http://localhost:8070

# JAVA OPTS
BASE_JAVA_OPTS="-Denv=dev -Ddev_meta=$config_server_url"
BASE_JAVA_OPTS="-Denv=dev -Dapollo.meta=$config_server_url"
SERVER_JAVA_OPTS="$BASE_JAVA_OPTS -Dspring.profiles.active=github -Deureka.service.url=$eureka_service_url"
PORTAL_JAVA_OPTS="$BASE_JAVA_OPTS -Dspring.profiles.active=github,auth"

Expand Down
3 changes: 2 additions & 1 deletion sql/apolloportaldb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ VALUES
('organizations', '[{\"orgId\":\"TEST1\",\"orgName\":\"样例部门1\"},{\"orgId\":\"TEST2\",\"orgName\":\"样例部门2\"}]', '部门列表'),
('superAdmin', 'apollo', 'Portal超级管理员'),
('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');

INSERT INTO `Users` (`Username`, `Password`, `Email`, `Enabled`)
VALUES
Expand Down

0 comments on commit e7599ca

Please sign in to comment.