theme: dark jwt_secret: secret-jwt-will-be-overridden-by-env server: host: 0.0.0.0 port: 9091 log: level: info authentication_backend: file: path: /config/users.yml access_control: default_policy: one_factor rules: - domain: "*.chocomarsh.com" policy: one_factor session: name: authelia_session expiration: 1h inactivity: 5m remember_me_duration: 1w cookies: - domain: chocomarsh.com authelia_url: https://auth.chocomarsh.com default_redirection_url: https://login.chocomarsh.com storage: encryption_key: "a_very_long_secret_32_characters_minimum" postgres: host: pg.sprinthub.ru port: 5432 database: authelia schema: public username: postgres password: autheliapass # also override with env if preferred notifier: filesystem: filename: /config/notification.txt