Added static document loading on start

This commit is contained in:
John Crepezzi 2011-11-22 09:22:37 -05:00
commit e403549e13
5 changed files with 39 additions and 12 deletions

View file

@ -23,6 +23,10 @@
"port": 6379,
"db": 2,
"expire": 3600
},
"documents": {
"about": "./about.md"
}
}