make prod pa_job_manager have FLASK_ENV of production and use localhost for job mgr host
This commit is contained in:
2
README
2
README
@@ -57,7 +57,7 @@ to run prod version of web server:
|
||||
gunicorn --bind="192.168.0.2:5000" --threads=2 --workers=2 main:app
|
||||
|
||||
Also have to run the job manager for jobs to work:
|
||||
python3 pa_job_manager.py
|
||||
FLASK_ENV="development" python3 pa_job_manager.py
|
||||
|
||||
To rebuild DB from scratch/empty data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user