Spaces:
Paused
Paused
| server: | |
| address: tcp://0.0.0.0:7860 | |
| authentication_backend: | |
| file: | |
| path: /config/users_database.yml | |
| access_control: | |
| default_policy: deny | |
| rules: | |
| - domain: "binary1ne-authelia.hf.space" | |
| policy: one_factor | |
| session: | |
| name: authelia_session | |
| secret: poc_session_secret | |
| expiration: 1h | |
| cookies: | |
| - domain: binary1ne-authelia.hf.space | |
| authelia_url: https://binary1ne-authelia.hf.space | |
| # access_control: | |
| # default_policy: deny | |
| # rules: | |
| # - domain: "auth.example.com" | |
| # policy: bypass | |
| # session: | |
| # name: authelia_session | |
| # secret: poc_session_secret | |
| # expiration: 1h | |
| # cookies: | |
| # - domain: example.com | |
| # authelia_url: https://auth.example.com | |
| # storage: | |
| # memory: {} | |
| storage: | |
| local: | |
| path: /config/db.sqlite3 | |
| encryption_key: unsecure_storage_key_poc | |
| identity_validation: | |
| reset_password: | |
| jwt_secret: unsecure_jwt_secret_poc | |
| notifier: | |
| disable_startup_check: true | |
| filesystem: | |
| filename: /config/notification.txt |