Skip to content

Commit

Permalink
Adding missing property to system behavior config
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed May 27, 2020
1 parent 5bdec5c commit 4261263
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/Resgrid.Config/SystemBehaviorConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ public static class SystemBehaviorConfig

};

/// <summary>
/// For usage with DepartmentsToForceBackupSmsProvider, this will determine if we also want to send text messages to the primary provider as well
/// </summary>
public static bool AlsoSendToPrimarySmsProvider = false;

/// <summary>
/// To send push notifications with your on-prem Resgrid installation with our apps in the App Stores (Google and Apple)
/// you need to pay for a site key to send push notifications through our push infrastructure. To get a site key, which is
Expand Down

0 comments on commit 4261263

Please sign in to comment.