25 lines
691 B
C#
25 lines
691 B
C#
namespace NeDvachAPI
|
|
{
|
|
public class AuthInfo
|
|
{
|
|
public class MinIo
|
|
{
|
|
public static string endpoint = "static.vdk2ch.ru:15555";
|
|
public static string bucketName = "thread-pics thread-pics-small";
|
|
public static string username = "admin";
|
|
public static string password = "password2ch";
|
|
}
|
|
|
|
public class DB
|
|
{
|
|
public static string Host = "postgres.vdk2ch.ru";
|
|
public static string User = "postgres";
|
|
public static string DBname = "dvaach";
|
|
public static string Password = "postgres";
|
|
public static string Port = "5432";
|
|
}
|
|
|
|
|
|
}
|
|
}
|