2024-12-28 17:01:18 +01:00
|
|
|
|
namespace Vegasco.Server.AppHost.Shared;
|
|
|
|
|
|
|
|
|
|
|
|
public static class Constants
|
|
|
|
|
|
{
|
|
|
|
|
|
public static class Projects
|
|
|
|
|
|
{
|
2025-06-12 19:18:17 +02:00
|
|
|
|
public const string Api = "Vegasco.Server.Api";
|
2024-12-28 17:01:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public static class Database
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string ServiceName = "postgres";
|
|
|
|
|
|
|
2025-06-12 17:43:22 +02:00
|
|
|
|
public const string Name = "vegasco-database";
|
2024-12-28 17:01:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|