-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpassari.toml
49 lines (41 loc) · 1.31 KB
/
passari.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[logging]
# different logging levels:
# 50 = critical
# 40 = error
# 30 = warning
# 20 = info
# 10 = debug
level=$PASSARI_LOG_LEVEL
[mets]
# Organization name used in PREMIS events
organization_name='$PASSARI_METS_ORG_NAME'
# Contract ID used for DPRES REST API and in PREMIS events
contract_id='$PASSARI_METS_CONTRACT_ID'
[sign]
# Path to the key used to sign the METS
key_path='$PASSARI_METS_SIGN_KEY_PATH'
[ssh]
host='$PASSARI_PAS_SFTP_HOST'
port='$PASSARI_PAS_SFTP_PORT'
username='$PASSARI_PAS_SFTP_USERNAME'
private_key='$PASSARI_PAS_SFTP_PRIVATE_KEY'
home_path='$PASSARI_PAS_SFTP_HOME_PATH'
[museumplus]
# MuseumPlus instance URL ending with '/ria-ws/application'
url='$PASSARI_MUSEUMPLUS_API_URL'
# Template ID used for generating the LIDO XML report
lido_report_id='$PASSARI_MUSEUMPLUS_LIDO_REPORT_ID'
# Field used for storing the preservation history for an object
# Needs to have the 'Clob' data type
object_preservation_field_name='ObjPASLog01Clb'
object_preservation_field_type='dataField'
# Whether to update MuseumPlus log field with preservation events
add_log_entries=true
username='$PASSARI_MUSEUMPLUS_USERNAME'
password='$PASSARI_MUSEUMPLUS_PASSWORD'
[dpres]
# Virtualenv settings for dpres-siptools.
# These allow dpres-siptools to be installed separately
# from passari.
use_virtualenv=false
virtualenv_path=''