Skip to content

Commit

Permalink
Add tests project and update dev DB connection string
Browse files Browse the repository at this point in the history
A new project named "tests" has been added to the solution file `MatLidStore.sln` with the GUID `{87761AF2-1BBC-4A95-8911-80C4080E4C5A}`.
In the `appsettings.Development.json` file, the connection string for `MatLidOracleDBConnectionString` has been updated. The `Data Source` has changed from `localhost:1521/matliddevdb.net` to `192.168.244.130:1521/matliddevdb.net`.
  • Loading branch information
phamtiendungcw committed Oct 21, 2024
1 parent ce3da77 commit ad5fb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MatLidStore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "MLS.MatLidStoreUI", "src\ML
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E06B3DB9-8F7C-4E5C-9B21-66B58F2F8285}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{87761AF2-1BBC-4A95-8911-80C4080E4C5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion src/MLS.Api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MatLidOracleDBConnectionString": "Data Source=localhost:1521/matliddevdb.net;User Id=system;Password=Matliddev2024@",
"MatLidOracleDBConnectionString": "Data Source=192.168.244.130:1521/matliddevdb.net;User Id=system;Password=Matliddev2024",
"MatLidSqlServerDBConnectionString": "Data Source=.;Initial Catalog=MatLidStoreIdentityDB;Integrated Security=True;Trust Server Certificate=True"
},
"EmailSettings": {
Expand Down

0 comments on commit ad5fb2e

Please sign in to comment.