ci: generate secert_key for CI runs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-16 23:45:28 +02:00
parent 23123c43ee
commit b66626f9c4
4 changed files with 21 additions and 9 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.