Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created April 3, 2018 13:06
Show Gist options
  • Save SaifRehman/e10e87381441ab2e2bc95b5b75b919a5 to your computer and use it in GitHub Desktop.
Save SaifRehman/e10e87381441ab2e2bc95b5b75b919a5 to your computer and use it in GitHub Desktop.
config.ts
export class config {
public static baseUrl = "http://<appname>.mybluemix.net";
public constructor() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment