mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:26:34 +00:00
121052a3ef
add security encryption and hashing: WIP add endpoints: register user, get and save resources add db main operations, User entity
6 lines
121 B
C#
6 lines
121 B
C#
namespace Azaion.Common.Configs;
|
|
|
|
public class ConnectionStrings
|
|
{
|
|
public string AzaionDb { get; set; } = null!;
|
|
} |