diff --git a/api/src/Sozsoft.Platform.DbMigrator/appsettings.json b/api/src/Sozsoft.Platform.DbMigrator/appsettings.json index abc15d5..9ce9b15 100644 --- a/api/src/Sozsoft.Platform.DbMigrator/appsettings.json +++ b/api/src/Sozsoft.Platform.DbMigrator/appsettings.json @@ -1,7 +1,7 @@ { "Seed": false, "App": { - "CdnUrl": "https://localhost:44344" + "CdnUrl": "http://localhost:4005" }, "ConnectionStrings": { "SqlServer": "Server=localhost;Database=Sozsoft;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;", diff --git a/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json b/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json index 8ac190d..c69e309 100644 --- a/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json +++ b/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json @@ -5,8 +5,8 @@ "CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200", "RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback", "AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments", - "CdnUrl": "https://localhost:44344", - "CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\cdn", + "CdnUrl": "http://localhost:4005", + "CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\data\\cdn", "Version": "1.0.5", "BackupPath": "/var/opt/mssql/backup" },