mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
![]() |
Meteor.startup(function() {
|
||
|
if(!!Settings.get('kadiraAppId') && !!Settings.get('kadiraAppSecret')){
|
||
|
Kadira.connect(Settings.get('kadiraAppId'), Settings.get('kadiraAppSecret'));
|
||
|
}
|
||
|
});
|