Skip to content

Commit

Permalink
#673 use new endpoint for a22 services
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 7, 2024
1 parent 7eeec3a commit f6928af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-traveltimes-a22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
X_provenance_version: ${{ github.sha }}

# Data Origin Configuration
X_A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataIIS/A22DataIIS.svc
X_A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataBrennerlec/A22DataIIS.svc
X_A22_CONNECTOR_USR: BT1
X_A22_CONNECTOR_PWD: ${{ secrets.A22_BT1_PWD }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
X_provenance_version: ${{ github.sha }}

# Data Origin Configuration
X_A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataIIS/A22DataIIS.svc
X_A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataBrennerlec/A22DataIIS.svc
X_A22_CONNECTOR_USR: BN1
X_A22_CONNECTOR_PWD: ${{ secrets.A22_BN1_PWD }}

Expand Down
2 changes: 1 addition & 1 deletion data-collectors/traveltimes-a22/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the URL, username and password given by A22
A22_CONNECTOR_URL=https://cau.autobrennero.it/Vega/A22DataIIS/A22DataIIS.svc
A22_CONNECTOR_URL=https://cau.autobrennero.it/Vega/A22DataBrennerlec/A22DataIIS.svc
A22_CONNECTOR_USR=
A22_CONNECTOR_PWD=

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
a22url=${A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataIIS/A22DataIIS.svc}
a22url=${A22_CONNECTOR_URL: https://cau.autobrennero.it/Vega/A22DataBrennerlec/A22DataIIS.svc}
a22user=${A22_CONNECTOR_USR}
a22password=${A22_CONNECTOR_PWD}

0 comments on commit f6928af

Please sign in to comment.