Merge branch 'master' into openapi-v3

This commit is contained in:
Jens Langhammer
2021-05-16 23:51:45 +02:00
12 changed files with 31 additions and 32 deletions

View File

@ -22,6 +22,7 @@ postgresql:
user: postgres
log_level: debug
secret_key: "A long key you can generate with `pwgen 40 1` for example"
```
Afterwards, you can start authentik by running `./manage.py runserver`. Generally speaking, authentik is a Django application.