Config Files


docs/configfile
/*
title: Config Files
date: 2013-12-10
chapter: 0.14
*/

Here are my `config.php` and `default_config.php`.  NOte phile loads config first and then default_config.  I think I need to make a little better distinction about what to keep in each one.



## config.php
~~~~
[include file=config.php]

~~~~

## default_config.php

~~~~
[include file=default_config.php]
~~~~