config.epicsandbox.json•977 B
{
"retrieverConfig": {
"deliveryEndpoints": {
"mcp-callback": {
"postUrl": "/ehr-retriever-callback"
}
},
"brandFiles": [
{
"url": "./brands/epic-sandbox.json",
"tags": ["epic", "prod"],
"vendorConfig": {
"clientId": "6a424079-77de-418b-94c7-485d08ffc3f7",
"scopes": "patient/*.rs",
"redirectUrl": "https://healthsearch.snarked.com:8443/ehr-callback",
"note": "Username 'fhircamila', Password 'epicepic1'"
}
}
]
},
"server": {
"host": "localhost",
"port": 8443,
"baseUrl": "https://healthsearch.snarked.com:8443",
"https": {
"enabled": true,
"keyPath": "./healthsearch.snarked.com+3-key.pem",
"certPath": "./healthsearch.snarked.com+3.pem"
},
"ehrCallbackPath": "/ehr-callback"
},
"persistence": {
"enabled": true,
"directory": "./data"
},
"security": {
"disableClientChecks": true
}
}