16 lines
650 B
C#
16 lines
650 B
C#
namespace Server.System
|
|
{
|
|
public static class STATICS
|
|
{
|
|
public static readonly string SQL_URL = "Host=192.168.0.2;Port=5432;Username=manager;Password=Zn2zs558W5SdD8K;Database=project_thewar;";
|
|
public static readonly string EXCEL_SQL_URL = "Host=192.168.0.2;Port=5432;Username=manager;Password=Zn2zs558W5SdD8K;Database=project_thewar;";
|
|
|
|
public static readonly string remoteUrl = "https://manager:BQNl01bJJF0wn9R@gitea.pandoli365.com/Team.thewar/thewar_excel.git";
|
|
|
|
public static readonly string URL = "https://0.0.0.0:4860";
|
|
|
|
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
|
|
}
|
|
|
|
}
|