Update app.sh
This commit is contained in:
parent
56035ab13f
commit
4ae1756c35
1
app.sh
1
app.sh
|
@ -57,6 +57,7 @@ else
|
||||||
"port": ${STORAGE_PORT:-6379},
|
"port": ${STORAGE_PORT:-6379},
|
||||||
"db": ${STORAGE_DB:-2},
|
"db": ${STORAGE_DB:-2},
|
||||||
"expire": ${STORAGE_EXPIRE:-2592000}
|
"expire": ${STORAGE_EXPIRE:-2592000}
|
||||||
|
# Add any additional configurations needed for other storage types
|
||||||
},
|
},
|
||||||
"documents": {
|
"documents": {
|
||||||
"about": "./about.md"
|
"about": "./about.md"
|
||||||
|
|
Loading…
Reference in New Issue