-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathacoustid.conf.dist
65 lines (53 loc) · 929 Bytes
/
acoustid.conf.dist
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
58
59
60
61
62
63
64
65
[database]
two_phase_commit=false
[database:app]
name=acoustid_app
user=acoustid
password=acoustid
host=127.0.0.1
port=5432
[database:fingerprint]
name=acoustid_ingest
user=acoustid
password=acoustid
host=127.0.0.1
port=5432
[database:ingest]
name=acoustid_ingest
user=acoustid
password=acoustid
host=127.0.0.1
port=5432
[database:musicbrainz]
name=musicbrainz
user=acoustid
password=acoustid
host=127.0.0.1
port=5432
[cluster]
role=master
base_master_url=https://api.acoustid.org/
secret=XXX
[index]
host=127.0.0.1
port=6080
[redis]
host=127.0.0.1
port=6379
[logging]
level=WARNING
#level.sqlalchemy=INFO
[website]
base_url=http://acoustid.org/
base_https_url=https://acoustid.org/
secret=XXX
mb_oauth_client_id=XXX
mb_oauth_client_secret=XXX
[gunicorn]
timeout=60
workers=1
threads=1
[replication]
import_acoustid=http://data.acoustid.org/replication/acoustid-update-{seq}.xml.bz2
[rate_limiter]
#application.123=4