Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sygnal url on dev #1041

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/1041.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mise à jour du lien du serveur de notification sur dev
7 changes: 7 additions & 0 deletions vector-config/src/devTchap/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
https://matrix.org/docs/spec/client_server/r0.4.0#id128
-->

<!-- Note: pusher_http_url should have path '/_matrix/push/v1/notify' -->
<!-- It is the push gateway for FCM embedded distributor -->
<string name="pusher_http_url" translatable="false">https://sygnal.tchap.incubateur.net/_matrix/push/v1/notify</string>
<!-- Note: default_push_gateway_http_url should have path '/_matrix/push/v1/notify' -->
<!-- It is the push gateway for UnifiedPush -->
<!-- Tchap: Use empty default push gateway http url -->
<string name="default_push_gateway_http_url" translatable="false"> </string>
<!-- Note: pusher_app_id cannot exceed 64 chars -->
<string name="pusher_app_id" translatable="false">fr.gouv.tchap.dev.android</string>

Expand Down
Loading