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
parent
c1d9ee0495
commit
bfe3523285
|
@ -1,6 +1,7 @@
|
|||
TZ=America/Chicago
|
||||
|
||||
TRUSTED_PROXIES=172.30.0.160/28
|
||||
VANITY_URL=https://firefly.pyrocufflink.blue
|
||||
|
||||
CAN_POST_FILES=true
|
||||
|
||||
|
|
Loading…
Reference in New Issue