Created
December 2, 2018 19:38
-
-
Save Downes/67f969a8588bd2d617beb15469b1cc6e to your computer and use it in GitHub Desktop.
Create an instance of the Badgr module
This file contains hidden or 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
| # Initialize Badgr | |
| our $Badgr = gRSShopper::Badgr->new({ | |
| badgr_url => $Site->{badgr_url}, | |
| badgr_account => $Site->{badgr_account}, | |
| badgr_password => $Site->{badgr_password}, | |
| badgr_issuerid => $Site->{badgr_issuerid}, | |
| secure => 1, # Turns on SSH | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment