remove hard code password and username

This commit is contained in:
2026-05-15 22:07:13 +10:00
parent fa3b289a77
commit d656229ab3
2 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
"baseUrl1": "http://192.168.8.188:5015",
"baseUrl": "http://localhost:5016",
"baseUrl_docker": "http://localhost:8080",
"attachment": "http://localhost/document/family"
"attachment": "http://localhost/document/family",
"username": "kham.vilaythong@gmail.com",
"prefill_ps": "passwor"
}