You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Applications/openHistorian/openHistorian/App.config
+1
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@
63
63
<addname="eDNAGrafanaControllerEnabled"value="true"description="Defines flag that determines if the eDNA Grafana controller is enabled."encrypted="false"/>
64
64
<addname="eDNAMetaData"value="*.*"description="Comma separated search string for the eDNA metadata search command."encrypted="false"/>
65
65
<addname="TrenDAPControllerEnabled"value="true"description="Defines flag that determines if the TrenDAP controller is enabled."encrypted="false"/>
66
+
<addname="EnableSecureOrderBy"value="True"description="Enables validated security in 'ORDER BY' expressions used by table operations."encrypted="false" />
66
67
</systemSettings>
67
68
<serviceHelper>
68
69
<addname="MonitorServiceHealth"value="True"description="True if the service health is to be monitored; otherwise False."encrypted="false"/>
Copy file name to clipboardExpand all lines: Source/Applications/openHistorian/openHistorian/AppDebug.config
+1
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@
63
63
<addname="eDNAGrafanaControllerEnabled"value="true"description="Defines flag that determines if the eDNA Grafana controller is enabled."encrypted="false"/>
64
64
<addname="eDNAMetaData"value="TP.CALC,TP.MAIN"description="Comma separated search string for the eDNA metadata search command."encrypted="false"/>
65
65
<addname="TrenDAPControllerEnabled"value="true"description="Defines flag that determines if the TrenDAP controller is enabled."encrypted="false"/>
66
+
<addname="EnableSecureOrderBy"value="True"description="Enables validated security in 'ORDER BY' expressions used by table operations."encrypted="false" />
66
67
</systemSettings>
67
68
<serviceHelper>
68
69
<addname="MonitorServiceHealth"value="True"description="True if the service health is to be monitored; otherwise False."encrypted="false"/>
0 commit comments