From cac587d479e4109f12bdede70d16418505b7aad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Mon, 10 Jun 2024 05:16:44 +0000 Subject: [PATCH] Update Server/System/Statics.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 암호제거 --- Server/System/Statics.cs | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Server/System/Statics.cs b/Server/System/Statics.cs index 06b8bda..452a928 100644 --- a/Server/System/Statics.cs +++ b/Server/System/Statics.cs @@ -6,17 +6,10 @@ namespace Server.System { public static class Statics { -#if DEBUG - public static readonly string SQL_URL = "Host=192.168.1.2;Port=5432;Username=manager;Password=Zn2zs558W5SdD8K;Database=project_thewar;"; - public static readonly string EXCEL_SQL_URL = "Host=192.168.1.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 Redis redis = new Redis("localhost", 6379, 1, "xPEz3x08xQ8G1Fa"); -#elif LIVE - public static readonly string SQL_URL = "Host=192.168.1.2;Port=5432;Username=manager;Password=Zn2zs558W5SdD8K;Database=project_thewar;"; - public static readonly string EXCEL_SQL_URL = "Host=192.168.1.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 Redis redis = new Redis("192.168.1.2", 6379, 1, "xPEz3x08xQ8G1Fa"); -#endif + public static readonly string SQL_URL = "Host=192.168.1.2;Port=5432;Username=manager;Password=null;Database=project_thewar;"; + public static readonly string EXCEL_SQL_URL = "Host=192.168.1.2;Port=5432;Username=manager;Password=null;Database=project_thewar;"; + public static readonly string remoteUrl = "https://manager:null@gitea.pandoli365.com/Team.thewar/thewar_excel.git"; + public static readonly Redis redis = new Redis("localhost", 6379, 1, "null"); public static readonly string URL = "https://0.0.0.0:4860";