[Monitor Dashboard | angular-14]: environments/: Set property dashboard: 'monitor'.
This commit is contained in:
parent
b1397944a1
commit
dbc836a969
|
@ -1 +1 @@
|
|||
Subproject commit 2ad798c38a89a916339eb8c47b2a3e4b9b35d826
|
||||
Subproject commit ac83453f7e3c261864d87f73533d785aae97f0fd
|
|
@ -2,6 +2,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
|
|||
|
||||
export let properties: EnvProperties = {
|
||||
environment: "beta",
|
||||
dashboard: 'monitor',
|
||||
isDashboard: true,
|
||||
enablePiwikTrack: true,
|
||||
useCache: false,
|
||||
|
|
|
@ -2,6 +2,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
|
|||
|
||||
export let properties: EnvProperties = {
|
||||
environment: "production",
|
||||
dashboard: 'monitor',
|
||||
isDashboard: true,
|
||||
enablePiwikTrack: true,
|
||||
useCache: false,
|
||||
|
|
|
@ -7,6 +7,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
|
|||
|
||||
export let properties: EnvProperties = {
|
||||
environment: "development",
|
||||
dashboard: 'monitor',
|
||||
adminToolsPortalType: "monitor",
|
||||
isDashboard: true,
|
||||
enablePiwikTrack: false,
|
||||
|
|
Loading…
Reference in New Issue