Custom configuration

Custom configuration

Taiga customizations are placed in two files:
- conf.json - This contains UI settings. This file is located at /app/data/conf.json.
- local.py - This contains backend settings. This file is located at /app/data/customlocal.py. The default settings are listed in the common.py file.

These customizations will persist across updates and restarts.
To edit these files use the File manager.