Files
I2P_Website/etc/update.vars
2019-06-28 20:53:31 +00:00

14 lines
235 B
Plaintext

MTNURL=127.0.0.1:8998
MTNBRANCH=i2p.www
TOUCHFILE=/tmp/2fcd2f17-c293-4f77-b4c9-9b266ba70daa
TIMEOUT="20m"
if [ $(which timeout) ]; then
MTN="timeout $TIMEOUT mtn"
else
MTN="mtn"
fi
BLOG_POSTS_PER_FEED=6
BLOG_POSTS_PER_PAGE=6