Deployed to dev01 on the Rrackspace cloud.

This commit is contained in:
Jonathan Bernard
2011-03-11 12:32:06 +00:00
parent 3c3d553768
commit b59b628cb5
4 changed files with 26 additions and 2 deletions

11
yaws.dev.conf Normal file
View File

@@ -0,0 +1,11 @@
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>