dyabp / angular-template

angular template for domestic(china) developers, based on ng-zorro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-Template-Abp

angular template for domestic(china) developers, based on ng-zorro

integrate AbpVnext

environment.ts

const baseUrl = 'http://localhost:4200';
const authUrl = 'https://localhost:44386';
const serviceUrl = 'https://localhost:44342';

export const environment = {
  production: false,
  useHash: true,
  localization: {
    defaultResourceName: 'Blog',
  },
  api: {
    baseUrl: './',
    refreshTokenEnabled: true,
    refreshTokenType: 'auth-refresh',
  },
  application: {
    baseUrl,
    name: 'Blog',
    logoUrl: '/assets/logo.png',
  },
  oAuthConfig: {
    issuer: authUrl,
    redirectUri: baseUrl,
    clientId: 'Blog_App',
    responseType: 'code',
    scope: 'offline_access openid profile role email phone Blog',
  },
  apis: {
    default: {
      url: serviceUrl,
      rootNamespace: 'Bcvp.Blog',
    },
  },
};

About

angular template for domestic(china) developers, based on ng-zorro

License:MIT License


Languages

Language:Less 81.6%Language:TypeScript 16.9%Language:HTML 0.7%Language:JavaScript 0.6%Language:Dockerfile 0.2%