1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Update docs

This commit is contained in:
Hillel Coren 2017-02-20 21:20:14 +02:00
parent b056bf9215
commit c979ed9951

View File

@ -55,12 +55,12 @@ We use phantomjscloud.com to attach PDFs to emails sent by background processes.
PHANTOMJS_CLOUD_KEY='a-demo-key-with-low-quota-per-ip-address'
If you require contacts to enter a password to see their invoice you'll need to set a random value for ``PHANTOMJS_SECRET``.
You can install PhantomJS to generate the PDF locally, to enable it add ``PHANTOMJS_BIN_PATH=/usr/local/bin/phantomjs``.
.. TIP:: To determine the path you can run ``which phantomjs`` from the command line.
If you require contacts to enter a password to see their invoice you'll need to set a value for PHANTOMJS_SECRET.
Custom Fonts
""""""""""""