Skip to content

Commit ec601d2

Browse files
committed
Move watchdog to run on production
1 parent ae0bb52 commit ec601d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataSchemas/aind_behavior_vr_foraging/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def make_launcher(settings: behavior_launcher.BehaviorCliArgs) -> behavior_launc
3030
watchdog_data_transfer_factory(
3131
remote_dir,
3232
project_name="Cognitive flexibility in patch foraging",
33-
transfer_endpoint="http://aind-data-transfer-service-dev/api/v1/submit_jobs",
33+
transfer_endpoint="http://aind-data-transfer-service/api/v1/submit_jobs",
3434
upload_job_configs=[
3535
ModalityConfigs(
3636
modality=Modality.BEHAVIOR_VIDEOS, source="This will get replaced later", compress_raw_data=True

0 commit comments

Comments
 (0)