TOKEN_LIFETIME#
- mobu.constants.TOKEN_LIFETIME = datetime.timedelta(days=365)#
Token lifetime for mobu’s service tokens.
mobu currently has no mechanism for refreshing tokens while running, so this should be long enough that mobu will be restarted before the tokens expire. An expiration exists primarily to ensure that the tokens don’t accumulate forever.