웹사이트 주소 숨김처리

This commit is contained in:
김판돌 2023-11-20 21:59:47 +09:00
parent 4d3cafae5d
commit a10596fbb5
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ namespace Server.Git
//저장경로 : repositoryPath //저장경로 : repositoryPath
//작업할것 //작업할것
//데이터 db에 업로드 //데이터 db에 업로드
//json화된 데이터 push
List<string> fileList = GetFiles(repositoryPath, ".xlsx"); List<string> fileList = GetFiles(repositoryPath, ".xlsx");

View File

@ -9,8 +9,8 @@
#endregion #endregion
//비공계 프로젝트의 경우 아래와같이 작성해주세요 //비공계 프로젝트의 경우 아래와같이 작성해주세요
//"https://username:password@gitea.pandoli365.com/pandoli365/gittest.git"; //"https://username:password@www.example.com/";
public static readonly string remoteUrl = "https://gitea.pandoli365.com/pandoli365/gittest.git"; public static readonly string remoteUrl = "https://www.example.com";
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]"; public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";