In redis you would use hgetall config to get the global config object, and then use hset config <field> <value> to set the new values. You could write some javascript to automate this and run it in the nodebb folder.
Set session timeout to 1 day
-
Currently, based on information found online, the session expiration is 30 days.
Is there a way to make sessions only last for 1 day? -
any idea on how to accomplish this?
-
I think I may have found my own solution . https://github.com/NodeBB/NodeBB/issues/5334