firefly-iii-data-importer: fix allowlist
This commit is contained in:
@@ -46,6 +46,10 @@ in
|
||||
# don't see the noise.
|
||||
IGNORE_DUPLICATE_ERRORS = true;
|
||||
|
||||
# `artisan importer:import <path>` rejects any config path whose parent
|
||||
# directory is not in this allow-list. Same dir we hand to the CLI below.
|
||||
IMPORT_DIR_ALLOWLIST = "${fidi.dataDir}/storage/configurations";
|
||||
|
||||
# CLI-driven imports only. Leave the /autoimport HTTP endpoint disabled
|
||||
# (default) — the systemd timer below uses `artisan importer:import`
|
||||
# against a static config file, which avoids exposing another web-
|
||||
|
||||
Reference in New Issue
Block a user