~luks/acoustid-server/server

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
[database]
user=acoustid
password=XXX
superuser=postgres
name=acoustid
host=localhost
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
#syslog=no
#syslog_facility=local1

[website]
base_url=http://acoustid.org/
base_https_url=https://acoustid.org/
secret=XXX
mb_oauth_client_id=XXX
mb_oauth_client_secret=XXX

[uwsgi]
workers=2
harakiri=120
http_timeout=90
http_connect_timeout=10
post_buffering=0
buffer_size=10240
offload_threads=1

[replication]
import_acoustid=http://data.acoustid.org/replication/acoustid-update-{seq}.xml.bz2

[rate_limiter]
#application.123=4