timestamper/yaws.conf
2011-03-03 17:11:27 -06:00

12 lines
307 B
Plaintext

ebin_dir = /home/jdbernard/projects/timestamper/web-app/ebin
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
runmod = timestamper
<server timestamper-test>
port = 8000
listen = 127.0.0.1
docroot = /home/jdbernard/projects/timestamper/web-app/www
appmods = ts_api
</server>