mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:26:34 +00:00
f5e466108a
add ToHash for encryption Key
6 lines
123 B
C#
6 lines
123 B
C#
namespace Azaion.Common.Configs;
|
|
|
|
public class ResourcesConfig
|
|
{
|
|
public string ResourcesFolder { get; set; } = null!;
|
|
} |