mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-24 13:12:54 -05:00
<!-- The process for Actual Budget Community Documentation pull requests is documented at https://actualbudget.org/docs/contributing/#submitting-a-pull-request --> Fixes [actualbudget/actual/#5395](https://github.com/actualbudget/docs/issues/759) **TL;DR** ACTUAL_DATA_DIR works as an env variable but not in the config.json anymore. That comes up if you are migrating from the old server to the new. --------- Co-authored-by: Ruben Olsen Lærk <ruben@lku.no>
918 B
918 B
Troubleshooting Server Configuration Issues
Actual uses the standard Node.js debug module to optionally log helpful debugging information to the console.
If your configuration options (set either in the config file or as environment variables) are not being applied, you can enable debug logging by adding an environment variable named DEBUG with the value actual:config. If you’re seeing issues with your HTTPS configuration, you can instead set the value to actual:config,actual-sensitive:config to log the actual values of the HTTPS secrets (which are obscured by default so they don’t get leaked unintentionally).
It may be useful to compare your configuration file with the configuration schema. The schema can be found at /packages/sync-server/src/load-config.js