Skip to content

Commit 92d256a

Browse files
author
Haik Asatryan
committed
updated
1 parent 5d084ec commit 92d256a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
22
<s:Boolean x:Key="/Default/UserDictionary/Words/=appsettings/@EntryIndexedValue">True</s:Boolean>
3+
<s:Boolean x:Key="/Default/UserDictionary/Words/=pandatech/@EntryIndexedValue">True</s:Boolean>
34
<s:Boolean x:Key="/Default/UserDictionary/Words/=respawner/@EntryIndexedValue">True</s:Boolean>
45
<s:Boolean x:Key="/Default/UserDictionary/Words/=superadmin/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

src/Pandatech.VerticalSlices/SharedKernel/Extensions/HangfireExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class HangfireExtensions
88
{
99
public static WebApplicationBuilder AddHangfireServer(this WebApplicationBuilder builder)
1010
{
11-
var postgresConnectionString = builder.Configuration.GetConnectionString("Postgres");
11+
var postgresConnectionString = builder.Configuration.GetPostgresUrl();
1212
builder.Services.AddHangfire(configuration =>
1313
{
1414
configuration.SetDataCompatibilityLevel(CompatibilityLevel.Version_180);

0 commit comments

Comments
 (0)