Reset configs again, forgot.
This commit is contained in:
parent
122a3bd1e3
commit
e6fcf736bb
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
start() ->
|
start() ->
|
||||||
ok = application:load(mnesia),
|
ok = application:load(mnesia),
|
||||||
ok = application:set_env(mnesia, dir, "C:/Documents and Settings/jbernard/My Documents/projects/personal/timestamper/web-app/db/test"),
|
ok = application:set_env(mnesia, dir, "/home/jdbernard/projects/timestamper/web-app/db/test"),
|
||||||
ok = mnesia:start(),
|
ok = mnesia:start(),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ebin_dir = "C:/Documents and Settings/jbernard/My Documents/projects/personal/timestamper/web-app/ebin"
|
ebin_dir = /home/jdbernard/projects/timestamper/web-app/ebin
|
||||||
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
|
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
|
||||||
|
|
||||||
runmod = timestamper
|
runmod = timestamper
|
||||||
@ -6,6 +6,6 @@ runmod = timestamper
|
|||||||
<server timestamper-test>
|
<server timestamper-test>
|
||||||
port = 8000
|
port = 8000
|
||||||
listen = 127.0.0.1
|
listen = 127.0.0.1
|
||||||
docroot = "C:/Documents and Settings/jbernard/My Documents/projects/personal/timestamper/web-app/www"
|
docroot = /home/jdbernard/projects/timestamper/web-app/www
|
||||||
appmods = ts_api
|
appmods = ts_api
|
||||||
</server>
|
</server>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user