chore: Verbindungszeichenfolge angepasst, um die neue Datenbankkonfiguration widerzuspiegeln.

This commit is contained in:
Developer 02 2024-08-06 09:34:12 +02:00
parent 8038b1fd11
commit 4387d62865
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {}
"tools": {
"dotnet-ef": {
"version": "8.0.7",
"commands": [
"dotnet-ef"
]
}
}
}

View File

@ -5,7 +5,7 @@
}
},
"ConnectionStrings": {
"sqlConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=dev_db;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False"
"sqlConnection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
},
"AppConfig": {
"LDAP_WebAppGroup_Is_Live": "false",