Skip to content

Commit

Permalink
Create ClaudinarySettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktawian-L committed Nov 7, 2019
1 parent f96378b commit 14282a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions SubitonAPI/SubitonAPI/Helpers/ClaudinarySettings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace SubitonAPI.Helpers
{
public class ClaudinarySettings
{
/// <summary>Gets or sets the name of the cloud.</summary>
/// <value>The name of the cloud.</value>
public string CloudName { get; set; }
public string ApiKey { get; set; }
public string ApiSecret { get; set; }
}
}

0 comments on commit 14282a5

Please sign in to comment.