mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace BirdsiteLive.Common.Settings
|
|
{
|
|
public class InstanceSettings
|
|
{
|
|
public string Domain { get; set; }
|
|
|
|
public string PostgresConnString { get; set; }
|
|
}
|
|
} |