procfile #1

Merged
henrik merged 40 commits from procfile into master 2024-12-23 14:52:24 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 678fb69405 - Show all commits

View File

@@ -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>

View File

@@ -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/*"
} }