localhost cdn configuration

This commit is contained in:
Sedat ÖZTÜRK 2026-06-15 10:09:06 +03:00
parent 4dddc767b4
commit 75381731b6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"Seed": false, "Seed": false,
"App": { "App": {
"CdnUrl": "https://localhost:44344" "CdnUrl": "http://localhost:4005"
}, },
"ConnectionStrings": { "ConnectionStrings": {
"SqlServer": "Server=localhost;Database=Sozsoft;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;", "SqlServer": "Server=localhost;Database=Sozsoft;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;",

View file

@ -5,8 +5,8 @@
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200", "CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback", "RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments", "AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments",
"CdnUrl": "https://localhost:44344", "CdnUrl": "http://localhost:4005",
"CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\cdn", "CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\data\\cdn",
"Version": "1.0.5", "Version": "1.0.5",
"BackupPath": "/var/opt/mssql/backup" "BackupPath": "/var/opt/mssql/backup"
}, },