Change default tootctl path
This commit is contained in:
parent
add2815b6d
commit
0ab89edc96
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DO_MEDIA_REMOVE=${DO_MEDIA_REMOVE:-true}
|
||||||
DO_STATUSES_REMOVE=${DO_STATUSES_REMOVE:-true}
|
DO_STATUSES_REMOVE=${DO_STATUSES_REMOVE:-true}
|
||||||
DO_CACHE_RECOUNT=${DO_CACHE_RECOUNT:-true}
|
DO_CACHE_RECOUNT=${DO_CACHE_RECOUNT:-true}
|
||||||
# Environment variables for main settings
|
# Environment variables for main settings
|
||||||
TOOTCTL=${TOOTCTL:-/home/mastodon/mastodon/bin/tootctl}
|
TOOTCTL=${TOOTCTL:-/home/mastodon/live/bin/tootctl}
|
||||||
export DB_POOL=${DB_POOL:-90}
|
export DB_POOL=${DB_POOL:-90}
|
||||||
DRY_RUN=${DRY_RUN:-true}
|
DRY_RUN=${DRY_RUN:-true}
|
||||||
# Date difference for expired certificate, default 2w
|
# Date difference for expired certificate, default 2w
|
||||||
|
|
Loading…
Reference in a new issue