This commit is contained in:
parent
e7d4292d82
commit
f3a5b28a99
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
obj
|
obj
|
||||||
bin
|
bin
|
||||||
dist
|
dist
|
||||||
AuthInfo.cs
|
|
22
AuthInfo.cs
Normal file
22
AuthInfo.cs
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
namespace NeDvachAPI
|
||||||
|
{
|
||||||
|
public class AuthInfo
|
||||||
|
{
|
||||||
|
public class MinIo
|
||||||
|
{
|
||||||
|
public static string endpoint = "static.vdk2ch.ru:15555";
|
||||||
|
public static string bucketName = "thread-pics";
|
||||||
|
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 = "postgres";
|
||||||
|
public static string Password = "postgres";
|
||||||
|
public static string Port = "5432";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user