7 lines
273 B
JavaScript
7 lines
273 B
JavaScript
/**
|
|
* Configuration for Juvonno EMR Integration.
|
|
* Replace JUVONNO_API_KEY with the actual API key provided by Juvonno.
|
|
*/
|
|
export const JUVONNO_API_URL = 'https://canadatravelmed.juvonno.com/api'
|
|
export const JUVONNO_API_KEY = '4f664679e83c89ac76b2db0a1855804cbe38d7cf'
|