Jonathan Bernard 495336fc58 Starting DB implementation.
Added Makefile, id_counter.erl, and yaws.conf.
Created ts_common module. Will contain common DB code. So far only list/3.
Created ts_timeline module. DB code for storing timeline entries.
Created ts_entry module, DB code for storing timelin entries.
2011-01-28 06:49:47 -06:00

11 lines
292 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 = /home/jdbernard/projects/timestamper/web-app/www
appmods = timestamper_api
</server>