mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:46:30 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
6 lines
118 B
C#
6 lines
118 B
C#
namespace Azaion.Repository.DTO.Configs;
|
|
|
|
public class ConnectionStrings
|
|
{
|
|
public string? AzaionDb { get; set; }
|
|
} |