forked from uncloud/uncloud
[config] add path to chrome
This commit is contained in:
parent
04fac71a85
commit
f17f9060b0
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,10 @@ SECRET_KEY=get_random_secret_key()
|
|||
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
# required for hardcopy / pdf rendering: https://github.com/loftylabs/django-hardcopy
|
||||
CHROME_PATH = '/usr/bin/chromium-browser'
|
||||
|
||||
|
||||
# Overwrite settings with local settings, if existing
|
||||
try:
|
||||
from uncloud.local_settings import *
|
||||
|
|
Loading…
Reference in a new issue