1
0
Fork 0

firefly: importer: Set VANITY_URL

The Firefly III Data Importer uses the value of `FIREFLY_III_URL` to
constuct links to transactions in email notifications.  Since this URL
points to the internal Kubernetes service rather than the canonical URL
used by clients, these links are invalid.  Fortunately, there is another
setting, `VANITY_URL`, that the Data Importer will use only when
constructing public-facing links.
dch-webhooks-secrets
Dustin 2023-12-10 08:37:26 -06:00
parent c1d9ee0495
commit bfe3523285
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
TZ=America/Chicago TZ=America/Chicago
TRUSTED_PROXIES=172.30.0.160/28 TRUSTED_PROXIES=172.30.0.160/28
VANITY_URL=https://firefly.pyrocufflink.blue
CAN_POST_FILES=true CAN_POST_FILES=true