feat: Add patient verification store and configure new ekstrakExpertiseUrl and verificationApiBaseUrl endpoints.

This commit is contained in:
Fanrouver
2026-02-18 08:00:29 +07:00
parent 8c6b3fd5dc
commit f78bbea4b0
3 changed files with 23 additions and 1 deletions

No files matched your search

+5
View File
@@ -74,3 +74,8 @@ POST_LOGOUT_REDIRECT_URI="https://antrean.dev.rssa.id/LoginPage"
# API eksternal untuk validasi JWT token
EXTERNAL_API_BASE_URL="http://10.10.150.100:8084"
EXTERNAL_API_TIMEOUT=10000
# API untuk ekstrak expertise dan verifikasi akun
# Digunakan di pages/verifikasiAkun/VerifikasiAkun.vue
EKSTRAK_EXPERTISE_URL="http://10.10.123.218/ekstrakexpertise"
VERIFICATION_API_BASE_URL="http://10.10.123.140:8089/api/v1"