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/authentik/lib/default.yml

57 lines
1.1 KiB
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
2020-12-05 21:08:42 +00:00
name: authentik
user: authentik
port: 5432
password: 'env://POSTGRES_PASSWORD'
2019-09-30 16:04:04 +00:00
web:
listen: 0.0.0.0:9000
listen_tls: 0.0.0.0:9443
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
# Global email settings
email:
host: localhost
port: 25
username: ""
password: ""
use_tls: false
use_ssl: false
timeout: 10
from: authentik@localhost
outposts:
# Placeholders:
# %(type)s: Outpost type; proxy, ldap, etc
# %(version)s: Current version; 2021.4.1
# %(build_hash)s: Build hash if you're running a beta version
docker_image_base: "ghcr.io/goauthentik/%(type)s:%(version)s"
2020-12-05 21:08:42 +00:00
authentik:
avatars: gravatar # gravatar or none
2021-02-12 08:47:37 +00:00
geoip: ""
# Optionally add links to the footer on the login page
footer_links:
- name: Documentation
2020-12-05 21:08:42 +00:00
href: https://goauthentik.io/docs/
- name: authentik Website
href: https://goauthentik.io/