Open Closed

Angular: can not set json item `application.logoUrl` in `environment.ts` file ,it dose not working #280


User avatar
0
gexiaoxu created
  • ABP Framework version: v3.0.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: can not set json item application.logoUrl in environment.ts file ,it dose not working
  • Steps to reproduce the issue:

''' export const environment = { production: false, application: { name: 'AuthServer', logoUrl:'http://login.g-cdm.com/publicData/images/logo.png' }, oAuthConfig: { issuer: 'http://localhost:44318', clientId: 'AuthServer_App', dummyClientSecret: '1q2w3e*', scope: 'AuthServer offline_access', showDebugInformation: true, oidc: false, requireHttps: false, }, apis: { default: { url: 'http://localhost:44318', }, }, localization: { defaultResourceName: 'AuthServer', } }; '''


1 Answer(s)
  • User Avatar
    0
    Mehmet created

    Hi @gexiaoxu

    application.logoUrl property is not working with ABP Commercial app. You should replace the logos in the assets/images/logo with your logos without changing the file names to change the logo. See the description about lepton theme logos

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11