update ens and apply migration in new database
This commit is contained in:
@@ -57,7 +57,9 @@
|
|||||||
"Bash(export ASPNETCORE_URLS=\"http://127.0.0.1:5080\")",
|
"Bash(export ASPNETCORE_URLS=\"http://127.0.0.1:5080\")",
|
||||||
"Bash(export Kestrel__EndpointDefaults__Protocols=\"Http1\")",
|
"Bash(export Kestrel__EndpointDefaults__Protocols=\"Http1\")",
|
||||||
"Bash(nohup dotnet run --project src/API/Baya.Web.Api/Baya.Web.Api.csproj --no-build --no-launch-profile)",
|
"Bash(nohup dotnet run --project src/API/Baya.Web.Api/Baya.Web.Api.csproj --no-build --no-launch-profile)",
|
||||||
"Bash(echo \"started pid $!\")"
|
"Bash(echo \"started pid $!\")",
|
||||||
|
"Bash(Get-ChildItem -Path \"c:\\\\Users\\\\Lenovo\\\\Desktop\\\\balinyaar\\\\server\" -Recurse -Directory)",
|
||||||
|
"Bash(Select-Object FullName)"
|
||||||
],
|
],
|
||||||
"defaultMode": "bypassPermissions",
|
"defaultMode": "bypassPermissions",
|
||||||
"additionalDirectories": [
|
"additionalDirectories": [
|
||||||
|
|||||||
@@ -1,12 +1,29 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"SqlServer": "Data Source=localhost;Initial Catalog=Baya_DB_8_0;Integrated Security=true;Encrypt=False"
|
"SqlServer": "Server=87.107.152.16,1433;Database=Baya;User Id=sa;Password=N8@s5Taw1zWeh@#Hm;TrustServerCertificate=True;Encrypt=False;",
|
||||||
|
"logDb":"Server=87.107.152.16,1433;Database=Baya_Logs;User Id=sa;Password=N8@s5Taw1zWeh@#Hm;TrustServerCertificate=True;Encrypt=False;"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"IdentitySettings": {
|
||||||
"LogLevel": {
|
"SecretKey": "ShouldBe-LongerThan-16Char-SecretKey",
|
||||||
"Default": "Information",
|
"Encryptkey": "16CharEncryptKey",
|
||||||
"Microsoft": "Warning",
|
"Issuer": "MyWebsite",
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Audience": "MyWebsite",
|
||||||
|
"NotBeforeMinutes": "0",
|
||||||
|
"ExpirationMinutes": "10000"
|
||||||
|
},
|
||||||
|
"Seams": {
|
||||||
|
"FieldEncryption": {
|
||||||
|
"Key": "local-dev-field-encryption-key-change-me",
|
||||||
|
"HashKey": "local-dev-field-hash-key-change-me"
|
||||||
|
},
|
||||||
|
"ObjectStorage": {
|
||||||
|
"RootPath": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*",
|
||||||
|
"Kestrel": {
|
||||||
|
"EndpointDefaults": {
|
||||||
|
"Protocols": "Http2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"SqlServer": "Server=192.168.100.14,1433;Database=Baya;User Id=sa;Password=Pa##w0rd;TrustServerCertificate=True;Encrypt=False;",
|
"SqlServer": "Server=87.107.152.16,1433;Database=Baya;User Id=sa;Password=N8@s5Taw1zWeh@#Hm;TrustServerCertificate=True;Encrypt=False;",
|
||||||
"logDb": "Server=sql_server2022;Database=Baya_Log_DB_Docker;User Id=SA;Password=A&VeryComplex123Password;MultipleActiveResultSets=true;encrypt=false"
|
"logDb":"Server=87.107.152.16,1433;Database=Baya_Logs;User Id=sa;Password=N8@s5Taw1zWeh@#Hm;TrustServerCertificate=True;Encrypt=False;"
|
||||||
},
|
},
|
||||||
"IdentitySettings": {
|
"IdentitySettings": {
|
||||||
"SecretKey": "ShouldBe-LongerThan-16Char-SecretKey",
|
"SecretKey": "ShouldBe-LongerThan-16Char-SecretKey",
|
||||||
|
|||||||
Reference in New Issue
Block a user