Commit 761dd307 by Jason Song

Merge pull request #68 from nobodyiam/demo-namespace-revert

use default namespace for demo
parents f4a79c28 77fdb162
......@@ -13,7 +13,7 @@ public class ApolloConfigDemo {
private Config config;
public ApolloConfigDemo() {
config = ConfigService.getConfig("apollo-config-service");
config = ConfigService.getConfig();
}
private String getConfig(String key) {
......
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