We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c851417 commit 9945cb0Copy full SHA for 9945cb0
Source/Applications/openHistorian/openHistorian/ServiceHost.cs
@@ -1041,7 +1041,7 @@ private void SetupGrafanaHostingAdapter()
1041
1042
// Define default adapter connection string if none is defined
1043
if (string.IsNullOrWhiteSpace(actionAdapter.ConnectionString))
1044
- actionAdapter.ConnectionString = actionAdapter.ConnectionString =
+ actionAdapter.ConnectionString =
1045
$"FileName={DefaultGrafanaServerPath}; " +
1046
"WorkingDirectory=Grafana; " +
1047
"ForceKillOnDispose=True; " +
0 commit comments