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