-
Notifications
You must be signed in to change notification settings - Fork 0
/
am-user-config.json.template
43 lines (30 loc) · 1.33 KB
/
am-user-config.json.template
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
-----
Edit this to make a valid JSON file (i.e. remove these comments)
This is a configuration file for a set of scripts for use with Archivematica.
Instructions:
1. Save this file in "$HOME/.archivematica/am-user-config.json"
This is where the scripts will look for a configuration file. If you prefer
to use a different location, you'll need to edit the scripts themselves.
2. Enter the values for each key.
"am" is the abbreviation for Archivematica
"ss" is the abbreviation for the Storage Service
Usernames: you'll need to get usernames for each application
API keys: you'll need to get your API keys for each application
Hostnames: URLs or IP addresses. Do not include "https" or "http"
am_transfer_source_uuid: copy this value from the Storage Service
am_transfer_source_root: absolute path to the transfer source, as listed in the Storage Service (i.e. "/home" rather than "home")
log_dir: directory to store logs for each script; user running scripts must have read/write access
scripts_dir: local directory where the scripts can be found; some scripts call other scripts
3. Delete these instructions, leaving behind only a valid JSON file.
-----
{"am_username":"",
"am_api_key":"",
"am_host":"",
"am_transfer_source_uuid":"",
"am_transfer_source_root":"",
"ss_host":"",
"ss_username":"",
"ss_api_key":"",
"log_dir":"",
"scripts_dir":""
}