Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions PQDigest/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//******************************************************************************************************
// Program.cs - Gbtc
//
// Copyright � 2020, Grid Protection Alliance. All Rights Reserved.
// Copyright � 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTICE file distributed with this work for additional information regarding copyright ownership.
Expand Down Expand Up @@ -58,7 +58,8 @@ public static void Main(string[] args)
Settings settings = new()
{
INIFile = ConfigurationOperation.ReadWrite,
SQLite = ConfigurationOperation.Disabled
SQLite = ConfigurationOperation.Disabled,
EnvironmentalVariables = ConfigurationOperation.ReadOnly
};

DefineSettings(settings);
Expand Down