Skip to content
Snippets Groups Projects
Commit 2499bfd1 authored by Lorenzo Ceccon's avatar Lorenzo Ceccon
Browse files

HOLI-5586 Changed production chat domain

parent 33cc2752
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
- id: matrix
version: v0.40.3
upstream:
url: https://production.chat.holi.social:8008
url: https://chat.holi.social:8008
match:
url: https://production.unified.apis.holi.social/_matrix/<.*>
methods:
......
......@@ -89,7 +89,7 @@ resource "google_cloud_run_service" "unified_api" {
}
env {
name = "MATRIX_SERVER_BASE_URL"
value = local.environment == "production" ? "https://production.chat.holi.social" : "https://staging.chat.holi.social"
value = local.environment == "production" ? "https://chat.holi.social" : "https://staging.chat.holi.social"
}
# switching the ory project to production/development
env {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment