Skip to content

Commit

Permalink
Merge pull request #28 from eduardo-paes:development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
eduardo-paes authored Oct 25, 2023
2 parents 1911727 + a5557d4 commit a327cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Infrastructure/IoC/ExternalServicesDI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public static IServiceCollection AddExternalServices(this IServiceCollection ser
services.AddHttpContextAccessor();
services.AddScoped<IHashService, HashService>();
services.AddScoped<ITokenAuthenticationService, TokenAuthenticationService>();
// services.AddScoped<IStorageFileService, AzureStorageService>();
services.AddScoped<IStorageFileService, StorageFileService>();
services.AddScoped<IStorageFileService, AzureStorageService>();
// services.AddScoped<IStorageFileService, StorageFileService>();
services.AddScoped<IReportService, ReportService>();
#endregion Demais Serviços

Expand Down
3 changes: 0 additions & 3 deletions src/Infrastructure/WebAPI/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
"AllowedExtensions": [".txt", ".pdf", ".doc", ".docx", ".png", ".jpg"],
"MaxFileSizeInBytes": 10485760
},
"Jwt": {
"ExpireIn": 60
},
"SmtpConfiguration": {
"Server": "smtp.office365.com",
"Port": 587
Expand Down

0 comments on commit a327cb6

Please sign in to comment.