mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge pull request #99 from EverythingMe/feature_allow_external_users
Procfile changes:
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
||||
web: honcho start -f Honchofile -p $PORT
|
||||
web: honcho start -f Procfile.heroku -p $PORT
|
||||
|
||||
2
Procfile.heroku
Normal file
2
Procfile.heroku
Normal file
@@ -0,0 +1,2 @@
|
||||
web: ./manage.py runserver -p $PORT --host 0.0.0.0 -d -r
|
||||
worker: ./manage.py runworkers
|
||||
Reference in New Issue
Block a user