Skip to content

Commit

Permalink
Changed default XDA Database to openXDA in Web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
clackner-gpa committed Jul 21, 2020
1 parent 5a7f8f6 commit 93f990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSEE/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</securityProvider>

<dbOpenXDA>
<add name="ConnectionString" value="Data Source=localhost; Initial Catalog=openXDAtva6a; Integrated Security=SSPI" description="Defines the connection to the openXDA database." encrypted="false" />
<add name="ConnectionString" value="Data Source=localhost; Initial Catalog=openXDA; Integrated Security=SSPI" description="Defines the connection to the openXDA database." encrypted="false" />
<add name="DataProviderString" value="AssemblyName={System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}; ConnectionType=System.Data.SqlClient.SqlConnection; AdapterType=System.Data.SqlClient.SqlDataAdapter" description="Configuration database ADO.NET data provider assembly type creation string used when ConfigurationType=Database" encrypted="false" />
</dbOpenXDA>

Expand Down

0 comments on commit 93f990b

Please sign in to comment.