2018-11-14 18:14:14 +00:00
|
|
|
# This is the default configuration file
|
2019-09-30 17:04:04 +01:00
|
|
|
postgresql:
|
2018-11-14 18:14:14 +00:00
|
|
|
host: localhost
|
2019-09-30 17:04:04 +01:00
|
|
|
name: passbook
|
2019-10-01 12:22:38 +01:00
|
|
|
user: passbook
|
|
|
|
password: 'env://POSTGRES_PASSWORD'
|
2019-09-30 17:04:04 +01:00
|
|
|
|
|
|
|
redis:
|
|
|
|
host: localhost
|
|
|
|
password: ''
|
|
|
|
cache_db: 0
|
|
|
|
message_queue_db: 1
|
2019-07-04 14:23:05 +01:00
|
|
|
|
2019-02-13 15:41:51 +00:00
|
|
|
debug: false
|
2020-05-16 21:14:26 +01:00
|
|
|
log_level: warning
|
2019-09-30 17:04:04 +01:00
|
|
|
|
2019-11-20 12:12:37 +00:00
|
|
|
# Error reporting, sends stacktrace to sentry.beryju.org
|
2020-08-20 19:39:21 +01:00
|
|
|
error_reporting:
|
|
|
|
enabled: false
|
|
|
|
environment: customer
|
2020-08-20 21:19:49 +01:00
|
|
|
send_pii: false
|
2018-11-14 18:14:14 +00:00
|
|
|
|
|
|
|
passbook:
|
2020-07-08 12:18:33 +01:00
|
|
|
# Optionally add links to the footer on the login page
|
2020-05-15 10:01:02 +01:00
|
|
|
footer_links:
|
2020-07-08 12:18:33 +01:00
|
|
|
- name: Documentation
|
|
|
|
href: https://passbook.beryju.org/
|
2020-05-15 10:01:02 +01:00
|
|
|
# - name: test
|
|
|
|
# href: https://test
|