Skip to content

Commit

Permalink
Replace actual ETH test server URL in docs with dummy URL (#1138)
Browse files Browse the repository at this point in the history
Woops, that wasn't really intended to ever land in the docs. It's not
too bad, no secrets were leaked, but yeah, lets rather use a dummy URL
here.
  • Loading branch information
owi92 authored Mar 7, 2024
2 parents 0f3eb6a + 641f28a commit dfef880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/setup/matomo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ First, you have to tell Tobira about your Matomo server so that the correct trac

```toml
[matomo]
server = "https://matomo.test.tobira.ethz.ch/matomo/"
server = "https://matomo.my-university.edu/matomo/"
site_id = "1"
```

Expand Down

0 comments on commit dfef880

Please sign in to comment.