fix: Update connection string name in Web project to match docker-compose
Deploy Telegram Bot / deploy (push) Successful in 2m48s
Deploy Telegram Bot / deploy (push) Successful in 2m48s
This commit is contained in:
@@ -12,7 +12,7 @@ var builder = WebApplication.CreateBuilder(args);
|
||||
builder.AddServiceDefaults();
|
||||
|
||||
// Add Npgsql
|
||||
builder.AddNpgsqlDataSource("gmrelay-db");
|
||||
builder.AddNpgsqlDataSource("gmrelaydb");
|
||||
|
||||
// Add Services
|
||||
builder.Services.AddSingleton<TelegramAuthService>();
|
||||
|
||||
Reference in New Issue
Block a user