1<?php
2/**
3 * Default settings for the phpipam plugin
4 * https://www.dokuwiki.org/devel:configuration#default_settings
5 */
6
7// PHPIPAM REST API
8$conf['api_url']       = '';
9$conf['api_app']       = '';
10$conf['api_key']       = '';
11$conf['api_usr']       = '';
12$conf['api_pwd']       = '';
13$conf['api_res']       = 'array';
14$conf['api_taf']       = 1;
15
16// Output Presentation Options : PHPIPAM
17$conf['opo_cf1']       = '';
18$conf['opo_cf2']       = '';
19$conf['opo_cfd']       = '';
20$conf['opo_efa']       = '';
21$conf['opo_efs']       = '';
22$conf['opo_efd']       = '';
23$conf['opo_efl']       = '';
24$conf['opo_efv']       = '';
25$conf['opo_ef2']       = '';
26$conf['opo_efr']       = '';
27$conf['opo_l10']       = 'en';
28$conf['opo_mdn']       = '';
29$conf['opo_url']       = '';
30
31// Output Presentation Options : XHTML+CSS
32$conf['opo_dat']       = 1;
33$conf['opo_eca']       = 1;
34$conf['opo_dsc']       = 'ul';
35$conf['opo_lst']       = 'ul';
36#$conf['opo_css']       = 'blue';
37
38// ex: se ai et ts=4 st=4 bf :
39// vi: se ai et ts=4 st=4 bf :
40// vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 : enc=utf-8
41// atom:set useSoftTabs tabLength=4 lineending=lf encoding=utf-8
42// -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
43?>
44