Get the databases up and running.

This commit is contained in:
JoelKatz
2011-12-30 16:08:25 -08:00
parent 86ce1e39d8
commit 983f4560f3
4 changed files with 127 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ Config::Config()
RPC_USER="admin";
RPC_PASSWORD="pass";
DATA_DIR="";
DATA_DIR="db/";
TRANSACTION_FEE_BASE=1000;
}