Created
March 14, 2024 09:39
-
-
Save hendrasyp/77c37c59d8854a9d1bb59ecea25146f6 to your computer and use it in GitHub Desktop.
UpdateAPM.MD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
{ | |
"Logging": { | |
"LogLevel": { | |
"Default": "Information", | |
"Microsoft": "Warning", | |
"Microsoft.Hosting.Lifetime": "Information" | |
} | |
}, | |
"Application": { | |
"Env": "production", | |
"Name": "Anjungan Pendaftaran Mandiri", | |
"Version": "6.3", | |
"BuildVersion": "20240314", | |
"AppMainLayout": "_SecondLayout", | |
"PRINT_ON_SEPFAIL": "YES", | |
"REGISTRASI_VIA_OTS": "NO", | |
"REGISTRASI_VIA_APPOINTMENT": "YES", | |
"INDIKATOR_KONEKSI_BPJS": "YES", | |
"REPRINT": "NO", | |
"REPRINT_SEP": "YES", | |
"REPRINT_REGISTRATION": "YES", | |
"REPRINT_INSURANCE": "NO", | |
"REPRINT_PATIENT_BARCODE": "YES", | |
"PRINT_SEP": "YES", | |
"PRINT_REGISTRATION": "YES", | |
"PRINT_INSURANCE": "NO", | |
"PRINT_PATIENT_BARCODE": "YES", | |
"APMCode": "APM002", | |
"AFYAServiceURL": "api.rs.ui.ac.id:8080/api/", | |
"APIUser": "apm01", | |
"APIPassword": "123456789", | |
"APIRequestTimeOut": "500000", | |
"UseSSL": "YES", | |
"LogoWidth": "100", | |
"LogoHeight": "150", | |
"Avatar_Pasien": "DEFAULT", | |
"Avatar_Dokter": "DEFAULT", | |
"KonfirmasiPasienAsuransi": "YES" | |
}, | |
"AllowedHosts": "*", | |
"ConnectionStrings": { | |
"DefaultConnection": "." | |
} | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment