mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
13 lines
294 B
Bash
13 lines
294 B
Bash
# define the version to use
|
|
AUTHENTIK_VERSION=2024.8
|
|
|
|
# database credentials
|
|
PG_USER=authentik
|
|
PG_DB=authentik
|
|
|
|
# generate via: pwgen -s 40 1
|
|
PG_PASS=7jFjT4pUyf0YOlQ84LrO6JdLVWpzKEGiEMtdVwBE
|
|
|
|
# generate via: pwgen -s 50 1
|
|
AUTHENTIK_SECRET_KEY=YZRzXecsKQVEJ3Lr5uoKRGXZkETsYjUDT1qtQ28JjzWzDYvcoG
|