25 lines
468 B
YAML
25 lines
468 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
|
|
|
|
debug: false
|
|
log_level: warning
|
|
|
|
# Error reporting, sends stacktrace to sentry.beryju.org
|
|
error_reporting: false
|
|
|
|
passbook:
|
|
footer_links:
|
|
# Optionally add links to the footer on the login page
|
|
# - name: test
|
|
# href: https://test
|