mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-20 07:33:10 -07:00
Added static document loading on start
This commit is contained in:
parent
32b4f842b7
commit
e403549e13
5 changed files with 39 additions and 12 deletions
|
@ -23,6 +23,10 @@
|
|||
"port": 6379,
|
||||
"db": 2,
|
||||
"expire": 3600
|
||||
},
|
||||
|
||||
"documents": {
|
||||
"about": "./about.md"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue