-
Hi,
I am trying to change the HOURS_UNTIL_TRASH_PERMANENTLY_DELETED for BaseRow.
Can it be exclusively done by using Cloudron CLI or is there a way to change the settings in the Cloudron Terminal or via the Bitvise SSH client somehow?
Will I have to update the setting after each BaseRow update?
-
-
@marylou you can set this in
/app/data/env.sh
using the File manager and restart the app. See https://docs.cloudron.io/apps/baserow/#custom-configuration . Important: you have to add export keyword in that file, something likeexport HOURS_UNTIL_TRASH=xxx
-
-