Skip to main content

Logo Baserow

About

Baserow is an open source no-code database tool and Airtable alternative.

Custom configuration

Set custom env variables in the file /app/data/env.sh using the File manager.

Restart the app after making any changes.

Registration

To disable public registration, Admin -> Settings -> uncheck Allow creating new accounts .

Log retention

Baserow stores audit logs in the database and this can consume significant space. Configure this using two variables in /app/data/env.sh:

export BASEROW_ROW_HISTORY_RETENTION_DAYS=365
export BASEROW_ENTERPRISE_AUDIT_LOG_RETENTION_DAYS=30 # set this even if not enterprise customer

Restart the app after making any changes.