Skip to content
Snippets Groups Projects
Commit 7b617544 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

chore: added new SubApp config parameter

parent 552e41b0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ blacklist_sip_file:/home/{{ vault_subapp_user }}/.subapp/usa_blacklist_file.csv
pid_file:/run/subapp/subapp_bagit.pid
# Log4perl log level
logger_min_level:debug
# Blocking AIP updates
ingest_only:{{ vault_subapp_vars.hosts[ansible_hostname].ingest_only | default("INGEST_ONLY_TEMPLATE") }}
############################
......
......@@ -29,4 +29,5 @@ vault_subapp_vars:
logger_producer_email: "example@example.com,foo@example.com, bar@example.com, (...)"
logger_staff_email: "example@example.com,foo@example.com, bar@example.com, (...)"
Rosetta_Password: "ROSETTA_PASSWORD_HERE"
ingest_only: "0_OR_1_HERE"
# You an add more host configurations here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment