diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-10 03:51:47 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-10 03:51:47 -0500 |
commit | cee3332a3c6ff506a1cbce14ed9ff424c1a87950 (patch) | |
tree | eb434605f5177ab2d0bf8efb07e932fbced69457 /.env.sample | |
parent | 31af33cc2779ca22e1f982bd01af0595eca9c7f9 (diff) | |
download | oldinfra-cee3332a3c6ff506a1cbce14ed9ff424c1a87950.tar.gz oldinfra-cee3332a3c6ff506a1cbce14ed9ff424c1a87950.zip |
update .env.sample
Diffstat (limited to '.env.sample')
-rw-r--r-- | .env.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index 120ed58..2fcb0ed 100644 --- a/.env.sample +++ b/.env.sample @@ -1,7 +1,10 @@ HEADSCALE_PREAUTH_KEY= HEADSCALE_OIDC_SECRET= -LLDAP_USER_PASS= + LLDAP_JWT_SECRET= +LLDAP_USER_PASS= + PIHOLE_WEBPWD= STEP_CA_ROOT_PASSWORD= STEP_CA_INTERMEDIATE_PASSWORD= +OPENVPN_USER= |