Muda means junk or trash in Japanese. It is a todo list that is out of the way (http://mempko.com)

root / wt_config.xml.example

1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<server>
    <application-settings location="*">
        <properties>
            <property name="db">
                host=localhost user=#USER password=#PASS dbname=muda
            </property>
        </properties>
    </application-settings>
</server>