Skip to content

Commit 8bfc0cc

Browse files
committed
fix env example
1 parent 9ffc4f3 commit 8bfc0cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.env.example

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
SECTIGO_USER=youruser
2-
SECTIGO_PASSWORD=yourpassword
3-
SMIME_ORG_ID=1234
4-
SSL_ORG_ID=1234
1+
USER=youruser
2+
PASSWORD=yourpassword
3+
TOTP_SEED=yourtotpseed
4+
VALIDATION_USER=yourvalidationuser
5+
VALIDATION_PASSWORD=yourvalidationpassword
6+
VALIDATION_TOTP_SEED=yourvalidationtotpseed
57
JWKS_URI=https://your.idp.university.local/idp/profile/oidc/keyset
68
AUDIENCE=https://api.university.local

0 commit comments

Comments
 (0)