웹사이트 주소 숨김처리
This commit is contained in:
parent
4d3cafae5d
commit
a10596fbb5
|
@ -11,7 +11,6 @@ namespace Server.Git
|
|||
//저장경로 : repositoryPath
|
||||
//작업할것
|
||||
//데이터 db에 업로드
|
||||
//json화된 데이터 push
|
||||
|
||||
List<string> fileList = GetFiles(repositoryPath, ".xlsx");
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
#endregion
|
||||
|
||||
//비공계 프로젝트의 경우 아래와같이 작성해주세요
|
||||
//"https://username:password@gitea.pandoli365.com/pandoli365/gittest.git";
|
||||
public static readonly string remoteUrl = "https://gitea.pandoli365.com/pandoli365/gittest.git";
|
||||
//"https://username:password@www.example.com/";
|
||||
public static readonly string remoteUrl = "https://www.example.com";
|
||||
|
||||
|
||||
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
|
||||
|
|
Loading…
Reference in New Issue