firefly: fix remote auth header config

This commit is contained in:
b12f 2024-09-13 12:03:51 +02:00
parent 3ed0b291f3
commit edc1f68670
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -154,8 +154,7 @@ AUTHENTICATION_GUARD=remote_user_guard
#
# Remote user guard settings
#
AUTHENTICATION_GUARD_HEADER=REMOTE_USER
AUTHENTICATION_GUARD_EMAIL=REMOTE_EMAIL
AUTHENTICATION_GUARD_HEADER=Remote-Email
#
# Firefly III supports webhooks. These are security sensitive and must be enabled manually first.