It looks like .env.template has two potential redundant items related to archivematica:
ARCHIVEMATICA_API_KEY is defined twice (this is just a mistake!)
ARCHIVEMATICA_HOST_URL and ARCHIVEMATICA_BASE_URL are both defined, and both seem to be used.
For the URL maybe they are just the same value defined twice by accident in which case we can pick one to keep / standardize around. If they're different we should just make sure to document how they're different.
It looks like
.env.templatehas two potential redundant items related to archivematica:ARCHIVEMATICA_API_KEYis defined twice (this is just a mistake!)ARCHIVEMATICA_HOST_URLandARCHIVEMATICA_BASE_URLare both defined, and both seem to be used.For the URL maybe they are just the same value defined twice by accident in which case we can pick one to keep / standardize around. If they're different we should just make sure to document how they're different.