procfile #1
@@ -14,11 +14,12 @@
|
|||||||
<link rel="stylesheet" href="@Assets["app.tailwind.css"]"/>
|
<link rel="stylesheet" href="@Assets["app.tailwind.css"]"/>
|
||||||
<link rel="stylesheet" href="@Assets["Pushy.styles.css"]"/>
|
<link rel="stylesheet" href="@Assets["Pushy.styles.css"]"/>
|
||||||
<HeadOutlet/>
|
<HeadOutlet/>
|
||||||
|
<ImportMap/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Routes/>
|
<Routes/>
|
||||||
<script src="@Assets["_framework/blazor.web.js"]"></script>
|
<script src="_framework/blazor.web.js"></script>
|
||||||
@if (Agent.Configuration.Enabled && Environment.IsProduction())
|
@if (Agent.Configuration.Enabled && Environment.IsProduction())
|
||||||
{
|
{
|
||||||
<script src="@Assets["elastic-apm-rum.umd.min.js"]"></script>
|
<script src="@Assets["elastic-apm-rum.umd.min.js"]"></script>
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ElasticApm":
|
"ElasticApm": {
|
||||||
{
|
|
||||||
"ServerUrl": "http://apm.home.local:8200",
|
"ServerUrl": "http://apm.home.local:8200",
|
||||||
"TransactionNameGroups": "GET /t/*"
|
"TransactionNameGroups": "GET /t/*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user