Initial Commit

This commit is contained in:
Barak Michener 2014-06-20 18:21:47 -04:00
commit bbb0a2f580
126 changed files with 14189 additions and 0 deletions

5
cayley.cfg.example Normal file
View file

@ -0,0 +1,5 @@
{
"database": "leveldb",
"db_path": "/tmp/cayley_test",
"read_only": false
}