This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/lib/default.yml

35 lines
683 B
YAML
Raw Normal View History

2018-11-14 18:14:14 +00:00
# This is the default configuration file
2019-09-30 16:04:04 +00:00
postgresql:
2018-11-14 18:14:14 +00:00
host: localhost
2019-09-30 16:04:04 +00:00
name: passbook
user: passbook
password: 'env://POSTGRES_PASSWORD'
2019-09-30 16:04:04 +00:00
redis:
host: localhost
password: ''
cache_db: 0
message_queue_db: 1
ws_db: 2
debug: false
2020-09-02 22:04:12 +00:00
log_level: info
2019-09-30 16:04:04 +00:00
# Error reporting, sends stacktrace to sentry.beryju.org
error_reporting:
enabled: false
environment: customer
send_pii: false
2018-11-14 18:14:14 +00:00
passbook:
branding:
title: passbook
title_show: true
2020-09-13 18:47:17 +00:00
logo: /static/passbook/logo.svg
# Optionally add links to the footer on the login page
footer_links:
- name: Documentation
href: https://passbook.beryju.org/
# - name: test
# href: https://test