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
|
2021-05-10 17:25:09 +00:00
|
|
|
port: 5432
|
2019-10-01 11:22:38 +00:00
|
|
|
password: 'env://POSTGRES_PASSWORD'
|
2019-09-30 16:04:04 +00:00
|
|
|
|
2021-05-04 12:07:12 +00:00
|
|
|
web:
|
|
|
|
listen: 0.0.0.0:9000
|
|
|
|
listen_tls: 0.0.0.0:9443
|
2021-09-09 14:40:39 +00:00
|
|
|
listen_metrics: 0.0.0.0:9300
|
2021-09-08 19:01:17 +00:00
|
|
|
outpost_port_offset: 0
|
2021-05-04 12:07:12 +00:00
|
|
|
|
2019-09-30 16:04:04 +00:00
|
|
|
redis:
|
|
|
|
host: localhost
|
2021-07-12 09:01:41 +00:00
|
|
|
port: 6379
|
2019-09-30 16:04:04 +00:00
|
|
|
password: ''
|
2021-07-15 09:48:52 +00:00
|
|
|
tls: false
|
2021-07-16 06:51:09 +00:00
|
|
|
tls_reqs: "none"
|
2019-09-30 16:04:04 +00:00
|
|
|
cache_db: 0
|
|
|
|
message_queue_db: 1
|
2020-09-14 12:21:43 +00:00
|
|
|
ws_db: 2
|
2021-08-07 20:12:22 +00:00
|
|
|
outpost_session_db: 3
|
2021-06-21 08:18:49 +00:00
|
|
|
cache_timeout: 300
|
|
|
|
cache_timeout_flows: 300
|
|
|
|
cache_timeout_policies: 300
|
|
|
|
cache_timeout_reputation: 300
|
2019-07-04 13:23:05 +00:00
|
|
|
|
2019-02-13 15:41:51 +00:00
|
|
|
debug: false
|
2021-03-12 15:43:31 +00:00
|
|
|
|
2020-09-02 22:04:12 +00:00
|
|
|
log_level: info
|
2019-09-30 16:04:04 +00:00
|
|
|
|
2019-11-20 12:12:37 +00:00
|
|
|
# Error reporting, sends stacktrace to sentry.beryju.org
|
2020-08-20 18:39:21 +00:00
|
|
|
error_reporting:
|
|
|
|
enabled: false
|
|
|
|
environment: customer
|
2020-08-20 20:19:49 +00:00
|
|
|
send_pii: false
|
2021-12-02 18:54:37 +00:00
|
|
|
sample_rate: 0.5
|
2018-11-14 18:14:14 +00:00
|
|
|
|
2021-01-04 23:41:10 +00:00
|
|
|
# Global email settings
|
|
|
|
email:
|
|
|
|
host: localhost
|
|
|
|
port: 25
|
|
|
|
username: ""
|
|
|
|
password: ""
|
|
|
|
use_tls: false
|
|
|
|
use_ssl: false
|
|
|
|
timeout: 10
|
|
|
|
from: authentik@localhost
|
|
|
|
|
2020-11-15 23:34:51 +00:00
|
|
|
outposts:
|
2021-04-29 18:07:53 +00:00
|
|
|
# Placeholders:
|
|
|
|
# %(type)s: Outpost type; proxy, ldap, etc
|
|
|
|
# %(version)s: Current version; 2021.4.1
|
2021-05-12 18:36:18 +00:00
|
|
|
# %(build_hash)s: Build hash if you're running a beta version
|
2021-12-21 12:54:49 +00:00
|
|
|
container_image_base: ghcr.io/goauthentik/%(type)s:%(version)s
|
2020-11-15 23:34:51 +00:00
|
|
|
|
2021-10-20 16:26:22 +00:00
|
|
|
cookie_domain: null
|
2021-09-11 18:35:23 +00:00
|
|
|
disable_update_check: false
|
2021-11-04 12:16:53 +00:00
|
|
|
disable_startup_analytics: false
|
2021-06-22 10:24:23 +00:00
|
|
|
avatars: env://AUTHENTIK_AUTHENTIK__AVATARS?gravatar
|
|
|
|
geoip: "./GeoLite2-City.mmdb"
|
|
|
|
|
|
|
|
footer_links:
|
|
|
|
- name: Documentation
|
2021-10-20 15:31:27 +00:00
|
|
|
href: https://goauthentik.io/docs/?utm_source=authentik
|
2021-06-22 10:24:23 +00:00
|
|
|
- name: authentik Website
|
2021-10-20 15:31:27 +00:00
|
|
|
href: https://goauthentik.io/?utm_source=authentik
|
2021-11-13 21:33:03 +00:00
|
|
|
|
2022-01-04 18:03:12 +00:00
|
|
|
default_user_change_name: true
|
2021-11-13 21:33:03 +00:00
|
|
|
default_user_change_email: true
|
|
|
|
default_user_change_username: true
|
2021-11-16 10:29:13 +00:00
|
|
|
|
|
|
|
gdpr_compliance: true
|
2021-12-03 17:27:06 +00:00
|
|
|
cert_discovery_dir: /certs
|