timestamper/yaws.dev.conf
Jonathan Bernard 4d124ffeba Fixing dev config. Starting to implement sign-up.
Added 'default' make target to only compile.
Reset development configuration.
Commented out starts of tests.
Added sign-up GUI to login panel.
Moved application from /ts/ to /
2011-03-16 07:39:09 -05:00

12 lines
311 B
Plaintext

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