refactor: HTPASSWD_PATH와 포트 설정을 config.json으로 외부화

Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
This commit is contained in:
2026-04-13 14:14:02 +09:00
parent bd414adf6e
commit 8cc2596330
3 changed files with 50 additions and 20 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"htpasswdPath": "C:\\nginx\\.htpasswd",
"port": 8000
}