diff --git a/backend/Program.cs b/backend/Program.cs index 562b0ddf..673fe20b 100644 --- a/backend/Program.cs +++ b/backend/Program.cs @@ -39,6 +39,7 @@ { connectionString = builder.Configuration.GetConnectionString("ProductionConnection") ?? throw new InvalidOperationException("ProductionConnection string is missing."); } +Console.WriteLine($"Connection string: {connectionString}"); builder.Services.AddMySqlDataSource(connectionString);