New import methodology, done from static directory mapped in FireFly
This commit is contained in:
@@ -14,6 +14,11 @@ FIDI_ACCESS_TOKEN=
|
||||
# JSON configs live here permanently; processed CSVs are staged here by watch-imports.sh
|
||||
IMPORT_DIR=./imports
|
||||
|
||||
# Path to the imports directory as seen by FIDI *inside its container* (default: /imports)
|
||||
# Must match the volume mount target in docker-compose.yml and be listed in
|
||||
# IMPORT_DIR_WHITELIST in your .fidi.env
|
||||
FIDI_IMPORT_DIR=/imports
|
||||
|
||||
# Directory where raw CSV files are dropped (default: ./incoming)
|
||||
# watch-imports.sh monitors this and moves files to IMPORT_DIR after processing
|
||||
INCOMING_DIR=./incoming
|
||||
|
||||
Reference in New Issue
Block a user