39 lines
838 B
YAML
39 lines
838 B
YAML
# This is the default configuration file
|
|
postgresql:
|
|
host: localhost
|
|
name: passbook
|
|
user: passbook
|
|
password: 'env://POSTGRES_PASSWORD'
|
|
|
|
redis:
|
|
host: localhost
|
|
password: ''
|
|
cache_db: 0
|
|
message_queue_db: 1
|
|
ws_db: 2
|
|
|
|
debug: false
|
|
log_level: info
|
|
|
|
# Error reporting, sends stacktrace to sentry.beryju.org
|
|
error_reporting:
|
|
enabled: false
|
|
environment: customer
|
|
send_pii: false
|
|
|
|
outposts:
|
|
docker_image_base: "beryju/passbook" # this is prepended to -proxy:version
|
|
|
|
passbook:
|
|
avatars: gravatar # gravatar or none
|
|
branding:
|
|
title: passbook
|
|
title_show: true
|
|
logo: /static/passbook/logo.svg
|
|
# Optionally add links to the footer on the login page
|
|
footer_links:
|
|
- name: Documentation
|
|
href: https://passbook.beryju.org/docs/
|
|
- name: passbook Website
|
|
href: https://passbook.beryju.org/
|