1<?php 2/** 3 * Default settings for the asana plugin 4 * 5 * @author pierre Viloutreix <pierre@elonet.fr> 6 */ 7 8 9$conf['api_key'] = "Asana's API key"; 10$conf['workspace'] = "workspace name"; 11