<?php
/**
 * Default settings for the phpipam plugin
 * https://www.dokuwiki.org/devel:configuration#default_settings
 */

// PHPIPAM REST API
$conf['api_url']       = '';
$conf['api_app']       = '';
$conf['api_key']       = '';
$conf['api_usr']       = '';
$conf['api_pwd']       = '';
$conf['api_res']       = 'array';
$conf['api_taf']       = 1;

// Output Presentation Options : PHPIPAM
$conf['opo_cf1']       = '';
$conf['opo_cf2']       = '';
$conf['opo_cfd']       = '';
$conf['opo_efa']       = '';
$conf['opo_efs']       = '';
$conf['opo_efd']       = '';
$conf['opo_efl']       = '';
$conf['opo_efv']       = '';
$conf['opo_ef2']       = '';
$conf['opo_efr']       = '';
$conf['opo_l10']       = 'en';
$conf['opo_mdn']       = '';
$conf['opo_url']       = '';

// Output Presentation Options : XHTML+CSS
$conf['opo_dat']       = 1;
$conf['opo_eca']       = 1;
$conf['opo_dsc']       = 'ul';
$conf['opo_lst']       = 'ul';
#$conf['opo_css']       = 'blue';

// ex: se ai et ts=4 st=4 bf :
// vi: se ai et ts=4 st=4 bf :
// vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 : enc=utf-8
// atom:set useSoftTabs tabLength=4 lineending=lf encoding=utf-8
// -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
?>
