15 lines
214 B
YAML
15 lines
214 B
YAML
host: 0.0.0.0
|
|
port: 9091
|
|
|
|
log:
|
|
level: debug
|
|
|
|
jwt_secret: test-jwt-secret
|
|
|
|
storage:
|
|
local:
|
|
path: /opt/authelia/data/db.sqlite
|
|
|
|
authentication_backend:
|
|
file:
|
|
path: /opt/authelia/data/users_database.yml
|