Therefore remove previous OpenTelemetry configuration and use the one provided in service defaults
This commit is contained in:
16
src/Vegasco.Server.AppHost.Shared/Constants.cs
Normal file
16
src/Vegasco.Server.AppHost.Shared/Constants.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace Vegasco.Server.AppHost.Shared;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public static class Projects
|
||||
{
|
||||
public const string WebApiName = "webapi";
|
||||
}
|
||||
|
||||
public static class Database
|
||||
{
|
||||
public const string ServiceName = "postgres";
|
||||
|
||||
public const string Name = "vegasco";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user