From 632767a60c4801ce58e720beb38ffb7249042e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Thu, 23 Nov 2023 13:25:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=20=EC=BB=A4=EB=B0=8B?= =?UTF-8?q?=EB=90=9C=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/System/Statics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/System/Statics.cs b/Server/System/Statics.cs index 95068a1..c09ac84 100644 --- a/Server/System/Statics.cs +++ b/Server/System/Statics.cs @@ -5,7 +5,7 @@ #region Dev #if DEBUG public static readonly string SQL_URL = "Host=myHost;Port=myPort;Username=myUsername;Password=myPassword;Database=myDatabase;"; - public static readonly string EXCEL_SQL_URL = "Host=192.168.0.2;Port=5432;Username=pandoli365;Password=GZtIYmBUmeWVvOX;Database=project_thewar;"; + public static readonly string EXCEL_SQL_URL = "Host=192.168.0.2;Port=5432;Username=manager;Password=BQNl01bJJF0wn9R;Database=project_thewar;"; #endif #endregion