Skip to content

Commit

Permalink
chore: Replace remaining references to defunct Frankfurt gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent 349f37b commit 5dd0210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This private gateway implements [Awala bindings](https://specs.awala.network/RS-

The local communication with endpoints does not use TLS, but all other connections are external and therefore require TLS.

By default, instances of this gateway are paired to [Relaycorp's Frankfurt gateway](https://github.com/relaycorp/cloud-gateway/tree/main/environments/frankfurt).
By default, instances of this gateway are paired to [Relaycorp's Belgian gateway](https://github.com/relaycorp/cloud-gateway/tree/main/environments/belgium) (`belgium.relaycorp.services`).

## Security and privacy considerations

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
android:paddingHorizontal="16dp"
app:drawableEndCompat="@drawable/ic_edit"
tools:ignore="SelectableText"
tools:text="frankfurt.relaynet.cloud" />
tools:text="belgium.relaycorp.services" />

<TextView
android:layout_width="match_parent"
Expand Down

0 comments on commit 5dd0210

Please sign in to comment.