27 lines
480 B
YAML
27 lines
480 B
YAML
# Authelia Configuration (Development Mock)
|
|
# Path: used for testing config parsing
|
|
|
|
host: 0.0.0.0
|
|
port: 9091
|
|
|
|
log:
|
|
level: debug
|
|
|
|
jwt_secret: dev-jwt-secret-change-in-production
|
|
|
|
session:
|
|
name: authelia_session
|
|
secret: dev-authelia-session-secret-please-change
|
|
expiration: 1h
|
|
inactivity: 5m
|
|
|
|
storage:
|
|
local:
|
|
path: /opt/authelia/data/db.sqlite
|
|
|
|
access_control:
|
|
default_policy: deny
|
|
|
|
authentication_backend:
|
|
file:
|
|
path: /opt/authelia/data/users_database.yml
|