source: trunk/ddt/config.sample.yml @ 222

Last change on this file since 222 was 222, checked in by g7moreau, 6 years ago
  • Update Makefile, add config sample and SVN ignore file
File size: 322 bytes
Line 
1# config file ~/.config/ddt/config.yml
2---
3database:
4   basename: easy-dhcp-dns
5   ext: conf
6   folder: /usr/local/dhcp-dns-tools
7   backup: /usr/local/dhcp-dns-tools/backup 
8
9generate: 
10   dhcp: /usr/local/dhcp-dns-tools/dhcp
11   dns: /usr/local/dhcp-dns-tools/dns
12
13script:
14   update: /usr/local/bin/update-dhcp-server
Note: See TracBrowser for help on using the repository browser.