Skip to content

Commit

Permalink
fix: bump (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jul 2, 2024
1 parent 69afa07 commit 103e30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BL/Models/ViewModels/MinioSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace BL.Models.ViewModels
{
public class MinioSettings
{

public string Url { get; set; }
public string AccessKey { get; set; }
public string SecretKey { get; set; }
Expand Down

0 comments on commit 103e30b

Please sign in to comment.