Skip to content

Commit

Permalink
core | hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkorchug committed Jul 19, 2022
1 parent b4558b1 commit bf8a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
CACHING_CRAWLER_HOSTS = ['188.184.185.129', '188.184.116.46']

### VIRTUALENV
VIRTUALENV_PATH = os.environ.get('BIGMON_VIRTUALENV_PATH', '/data/virtualenv37')
VIRTUALENV_PATH = os.environ.get('BIGMON_VIRTUALENV_PATH', '/data/wenaus/virtualenv/twrpm')

### WSGI
if 'BIGMON_WSGI_PATH' in os.environ:
Expand Down

0 comments on commit bf8a787

Please sign in to comment.