Skip to content

Commit ecad47d

Browse files
committed
Update ComfyAgentTests.cs
1 parent c5c8cd0 commit ecad47d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MyApp.Tests/ComfyAgentTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public class ComfyAgentTests : TestBase
1515

1616
public ComfyAgentTests()
1717
{
18-
Console.WriteLine("UBIXAR_DB_CONNECTION");
19-
Console.WriteLine(Environment.GetEnvironmentVariable("UBIXAR_DB_CONNECTION"));
18+
Console.WriteLine("COMFY_DB_CONNECTION");
19+
Console.WriteLine(Environment.GetEnvironmentVariable("COMFY_DB_CONNECTION"));
2020

2121
var services = new ServiceCollection();
2222
services.AddOrmLite(options =>
23-
options.UsePostgres(Environment.GetEnvironmentVariable("UBIXAR_DB_CONNECTION"),
23+
options.UsePostgres(Environment.GetEnvironmentVariable("COMFY_DB_CONNECTION"),
2424
dialect => {
2525
}));
2626

0 commit comments

Comments
 (0)