mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for new wepay .env properties
This commit is contained in:
parent
a82437b2bc
commit
8a8534fc74
@ -60,7 +60,7 @@ API_SECRET=password
|
|||||||
# If this is set to anything, the URL secret will be set the next
|
# If this is set to anything, the URL secret will be set the next
|
||||||
# time a file is downloaded through the client portal.
|
# time a file is downloaded through the client portal.
|
||||||
# Only set this temporarily, as it slows things down.
|
# Only set this temporarily, as it slows things down.
|
||||||
#RACKSPACE_TEMP_URL_SECRET_SET=
|
#RACKSPACE_TEMP_URL_SECRET_SET=
|
||||||
|
|
||||||
#DOCUMENT_FILESYSTEM=
|
#DOCUMENT_FILESYSTEM=
|
||||||
|
|
||||||
@ -75,4 +75,4 @@ WEPAY_AUTO_UPDATE=true # Requires permission from WePay
|
|||||||
WEPAY_ENVIRONMENT=production # production or stage
|
WEPAY_ENVIRONMENT=production # production or stage
|
||||||
|
|
||||||
# See https://www.wepay.com/developer/reference/structures#theme
|
# See https://www.wepay.com/developer/reference/structures#theme
|
||||||
WEPAY_THEME={"name":"Invoice Ninja","primary_color":"0b4d78","secondary_color":"0b4d78","background_color":"f8f8f8","button_color":"33b753"}'));
|
WEPAY_THEME='{"name":"Invoice Ninja","primary_color":"0b4d78","secondary_color":"0b4d78","background_color":"f8f8f8","button_color":"33b753"}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user