Skip to content

Commit

Permalink
Line length
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 28, 2022
1 parent 60675f9 commit f73164d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gravity/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ class GalaxyCeleryBeatService(Service):
class GalaxyTUSDService(Service):
service_type = "tusd"
service_name = "tusd"
command_template = "tusd -host={tusd_bind_address} -port={tusd_bind_port} -upload-dir={tusd_upload_dir} -hooks-http={galaxy_infrastructure_url}/api/upload/hooks -hooks-http-forward-headers=X-Api-Key,Cookie"
command_template = "tusd -host={tusd_bind_address} -port={tusd_bind_port} -upload-dir={tusd_upload_dir}" \
" -hooks-http={galaxy_infrastructure_url}/api/upload/hooks" \
" -hooks-http-forward-headers=X-Api-Key,Cookie"


class GalaxyStandaloneService(Service):
Expand Down

0 comments on commit f73164d

Please sign in to comment.