forked from MariosPapasofokli/databrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabrary.conf
More file actions
57 lines (55 loc) · 853 Bytes
/
databrary.conf
File metadata and controls
57 lines (55 loc) · 853 Bytes
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
50
51
52
53
54
55
56
57
##See example.conf for complete conf options.
secret = "bob"
port = 8000
ssl {
}
log {
messages {
file = "stderr"
rotate = 100
}
access {
file = "stdout"
rotate = 100
}
}
db {
#host = "localhost"
sock = "./databrary-nix-db/work/.s.PGSQL.5432"
port = 5432
user = "postgres"
#pass = "databrary123"
db = "postgres"
}
store {
master = "./store"
upload = "./upload"
temp = "./tmp"
stage = "./stage"
cache = "./cache"
transcode {
dir = "./trans"
}
}
solr {
run = true
bin = "./solr-6.6.0/bin/solr"
host = "localhost"
port = 8983
home = "./solr"
core = "databrary_core"
log = "./databrary_logs/solr_log"
}
static {
authorize = "bob@nyu.edu"
assist = "bob@nyu.edu"
}
ezid {
ns = "doi:10.5072/FK2"
user = "apitest"
pass = "apitest"
}
notification {
filter = ""
copy = "bob@nyu.edu"
}