namespace Server.System { public static class STATICS { #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=myHost;Port=myPort;Username=myUsername;Password=myPassword;Database=myDatabase;"; #endif #endregion //비공계 프로젝트의 경우 아래와같이 작성해주세요 //"https://username:password@www.example.com/"; public static readonly string remoteUrl = "https://username:password@www.example.com/"; public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]"; } }