export class Constants {
  public static stsAuthority = 'https://demo.identityserver.io/';
  public static clientId = 'implicit';
  public static clientRoot = 'http://localhost:4200/';
  public static clientScope = 'openid profile email api';

  public static apiRoot = 'https://demo.identityserver.io/api/';
}
