1<?php 2/** 3 * Default settings for the authgooglesheets plugin 4 * 5 * @author Anna Dabrowska <dokuwiki@cosmocode.de> 6 */ 7 8$conf['sheetId'] = ''; 9$conf['sheetGid'] = ''; 10$conf['sheetName'] = 'DokuWikiAuth'; 11