Skip to content

Commit abdc4b3

Browse files
authored
Merge pull request #170 from Resgrid/develop
Develop
2 parents 903359d + 27c7551 commit abdc4b3

File tree

164 files changed

+138167
-107614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+138167
-107614
lines changed

Core/Resgrid.Config/ChatConfig.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ public static class ChatConfig
44
{
55
public static string DepartmentChatPrefix = "D1_";
66
public static string DepartmentGroupChatPrefix = "DG1_";
7+
public static string NovuBackendUrl = "";
8+
public static string NovuSocketUrl = "";
9+
public static string NovuEnvironmentId = "";
10+
public static string NovuApplicationId = "";
11+
public static string NovuSecretKey = "";
712
}
813
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace Resgrid.Localization.Areas.User.Contacts
8+
{
9+
public class Contacts
10+
{
11+
}
12+
}

0 commit comments

Comments
 (0)