Skip to content

Commit

Permalink
fix default taxhub port
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 8, 2021
1 parent 4d942f0 commit e3d75a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxhub.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WorkingDirectory=${TAXHUB_DIR}/
Environment=GUNICORN_PROC_NAME=taxhub
Environment=GUNICORN_NUM_WORKERS=4
Environment=GUNICORN_HOST=127.0.0.1
Environment=GUNICORN_PORT=5001
Environment=GUNICORN_PORT=5000
Environment=GUNICORN_TIMEOUT=30
EnvironmentFile=-${TAXHUB_DIR}/environ
ExecStart=${TAXHUB_DIR}/venv/bin/gunicorn apptax.app:create_app() \
Expand Down

0 comments on commit e3d75a9

Please sign in to comment.