2020-06-06 00:14:42 -04:00
|
|
|
|
namespace BirdsiteLive.Common.Settings
|
2020-03-21 17:11:35 -04:00
|
|
|
|
{
|
|
|
|
|
public class InstanceSettings
|
|
|
|
|
{
|
|
|
|
|
public string Domain { get; set; }
|
2020-07-07 21:03:20 -04:00
|
|
|
|
|
|
|
|
|
public string PostgresConnString { get; set; }
|
2020-03-21 17:11:35 -04:00
|
|
|
|
}
|
|
|
|
|
}
|