Skip to content

Commit

Permalink
default SyncEntra to true
Browse files Browse the repository at this point in the history
  • Loading branch information
cammj committed May 30, 2024
1 parent 926a8d6 commit fe81a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class Sync

// If to pull entra users
private static bool _pullEntraUsers =
bool.Parse(Environment.GetEnvironmentVariable("SyncEntra", EnvironmentVariableTarget.Process) ?? "false");
bool.Parse(Environment.GetEnvironmentVariable("SyncEntra", EnvironmentVariableTarget.Process) ?? "true");

/// <summary>
/// How many table rows to send up in a batch
Expand Down

0 comments on commit fe81a20

Please sign in to comment.