getConfig() {
  // now returns an Observable of Config
  return this.http.get(this.configUrl);
}