Skip to content

Commit

Permalink
ENH: Update service and app configs for new infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 24, 2025
1 parent 4eddcbd commit 456d8f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app_configuration.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"output_location": "gs://dev-octue-octue-sdk-python-octue-twined/example-service-kueue/outputs"
"output_location": "gs://octue-octue-sdk-python-octue-twined/example-service-kueue/outputs"
}
6 changes: 3 additions & 3 deletions octue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
name: example-service-kueue
app_source_path: example_service_kueue
app_configuration_path: app_configuration.json
event_store_table_id: dev_octue_twined.service-events
diagnostics_cloud_path: gs://dev-octue-octue-twined/example-service-kueue/diagnostics
event_store_table_id: octue_twined.service-events
diagnostics_cloud_path: gs://octue-octue-sdk-python-octue-twined/example-service-kueue/diagnostics
service_registries:
- name: Example service registry
endpoint: https://europe-west1-octue-sdk-python.cloudfunctions.net/dev-octue-twined-service-registry
endpoint: https://europe-west1-octue-sdk-python.cloudfunctions.net/main-octue-twined-service-registry

0 comments on commit 456d8f6

Please sign in to comment.