mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-18 08:10:23 +00:00
chore: add authentik version as env
This commit is contained in:
parent
66c24b905e
commit
32d2b24428
|
@ -1,8 +1,12 @@
|
||||||
|
# define the version to use
|
||||||
|
AUTHENTIK_VERSION=2024.8
|
||||||
|
|
||||||
|
# database credentials
|
||||||
PG_USER=authentik
|
PG_USER=authentik
|
||||||
PG_DB=authentik
|
PG_DB=authentik
|
||||||
|
|
||||||
# generate via pwgen -s 40 1
|
# generate via: pwgen -s 40 1
|
||||||
PG_PASS=7jFjT4pUyf0YOlQ84LrO6JdLVWpzKEGiEMtdVwBE
|
PG_PASS=7jFjT4pUyf0YOlQ84LrO6JdLVWpzKEGiEMtdVwBE
|
||||||
|
|
||||||
# generate via pwgen -s 50 1
|
# generate via: pwgen -s 50 1
|
||||||
AUTHENTIK_SECRET_KEY=YZRzXecsKQVEJ3Lr5uoKRGXZkETsYjUDT1qtQ28JjzWzDYvcoG
|
AUTHENTIK_SECRET_KEY=YZRzXecsKQVEJ3Lr5uoKRGXZkETsYjUDT1qtQ28JjzWzDYvcoG
|
||||||
|
|
Loading…
Reference in New Issue
Block a user