mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
517 B
517 B
Where your Grist documents are stored?
Your documents are stored in the __DATA_DIR__/docs
folder. These documents are just SQLite databases, so you can even query them!
However be sure to have fresh backups if you plan to change data.
Customize your configuration
You can add some configuration in the __DATA_DIR__/custom.env
file. Refer to the Grist README to know more.
⚠️ Be sure of what you do, it may break your instance.