Update AppName
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<button mat-icon-button (click)="snav.toggle()">
|
||||
<mat-icon>menu</mat-icon>
|
||||
</button>
|
||||
<h1 class="topbar-app-name">DiunaBI {{environment.appEnvironment}}</h1>
|
||||
<h1 class="topbar-app-name">{{environment.appName}}</h1>
|
||||
<span class="fill-to-right"></span>
|
||||
<span class="topbar-user-name" *ngIf="auth$.user">
|
||||
<img *ngIf="auth$.user.avatar" src="{{auth$.user.avatar}}" class="avatar">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export const environment = {
|
||||
appEnvironment: "#{app-environment}#",
|
||||
appName: "#{app-name}#",
|
||||
production: true,
|
||||
api: {
|
||||
url: "#{api-url}#"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
export const environment = {
|
||||
appEnvironment: "local",
|
||||
appName: "LOCAL_DiunaBI",
|
||||
production: false,
|
||||
api: {
|
||||
url: "http://localhost:5400/api"
|
||||
|
||||
Reference in New Issue
Block a user