-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathinfobase.yml
More file actions
32 lines (25 loc) · 694 Bytes
/
infobase.yml
File metadata and controls
32 lines (25 loc) · 694 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
# infobase configuration
db_parameters:
engine: postgres
database: openlibrary
host: db
account_bot: /people/AccountBot
user_root: /people/
verify_user_email: true
logging_config_file: conf/logging.ini
secret_key: xxx
plugins:
- openlibrary.olbase
cache:
type: memcache
servers:
- "memcached:11211"
errorlog: /var/log/openlibrary/infobase/errorlog
writelog: /var/lib/openlibrary/infobase/writelog
sentry:
enabled: false
# Dummy endpoint; where sentry logs are sent
# `dns` field is placeholder & needs to be changed to a real url
# when/if `enabled: true`
dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'
environment: 'local'