Reset the config files.

This commit is contained in:
Jonathan Bernard
2011-03-01 18:13:47 -06:00
parent 348c73a36f
commit dfab257a12
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
start() ->
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.