1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Added static document loading on start

This commit is contained in:
John Crepezzi
2011-11-22 09:22:37 -05:00
parent 32b4f842b7
commit e403549e13
5 changed files with 39 additions and 12 deletions
+4
View File
@@ -23,6 +23,10 @@
"port": 6379,
"db": 2,
"expire": 3600
},
"documents": {
"about": "./about.md"
}
}