Options for firefly-iii data importer configuration. Refer to https://github.com/firefly-iii/data-importer/blob/main/.env.example for details on supported values. All <option>_FILE values supported by upstream are supported here.
APP_URL will be the same as services.firefly-iii-data-importer.virtualHost
if the former is unset in services.firefly-iii-data-importer.settings
.
Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
APP_ENV = "local";
LOG_CHANNEL = "syslog";
FIREFLY_III_ACCESS_TOKEN= = "/var/secrets/firefly-iii-access-token.txt";
}