1<?php 2/** 3 * Default settings for the ghissues plugin 4 * 5 * @author Zach Smith <zsmith12@umd.edu> 6 */ 7 8$conf['ghissueuser'] = ''; // Github Username, used for User-Agent and Authentication 9$conf['ghissuerefresh'] = 10*60; // Min time between API calls (per unique request URL) 10$conf['ghissueoauth'] = ''; // OAuth token to use in API calls 11