Skip to content

Instantly share code, notes, and snippets.

@hendrasyp
Created March 14, 2024 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hendrasyp/77c37c59d8854a9d1bb59ecea25146f6 to your computer and use it in GitHub Desktop.
Save hendrasyp/77c37c59d8854a9d1bb59ecea25146f6 to your computer and use it in GitHub Desktop.
UpdateAPM.MD
```
{
"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