diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fd3093d..b309100 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -57,7 +57,9 @@ "Bash(export ASPNETCORE_URLS=\"http://127.0.0.1:5080\")", "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(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", "additionalDirectories": [ diff --git a/server/src/API/Baya.Web.Api/appsettings.Development.json b/server/src/API/Baya.Web.Api/appsettings.Development.json index f549d69..2f3567a 100644 --- a/server/src/API/Baya.Web.Api/appsettings.Development.json +++ b/server/src/API/Baya.Web.Api/appsettings.Development.json @@ -1,12 +1,29 @@ { "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": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" + "IdentitySettings": { + "SecretKey": "ShouldBe-LongerThan-16Char-SecretKey", + "Encryptkey": "16CharEncryptKey", + "Issuer": "MyWebsite", + "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" } } } diff --git a/server/src/API/Baya.Web.Api/appsettings.json b/server/src/API/Baya.Web.Api/appsettings.json index 3df877f..2f3567a 100644 --- a/server/src/API/Baya.Web.Api/appsettings.json +++ b/server/src/API/Baya.Web.Api/appsettings.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { - "SqlServer": "Server=192.168.100.14,1433;Database=Baya;User Id=sa;Password=Pa##w0rd;TrustServerCertificate=True;Encrypt=False;", - "logDb": "Server=sql_server2022;Database=Baya_Log_DB_Docker;User Id=SA;Password=A&VeryComplex123Password;MultipleActiveResultSets=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;" }, "IdentitySettings": { "SecretKey": "ShouldBe-LongerThan-16Char-SecretKey",