Skip to content
Snippets Groups Projects
Commit 0b537728 authored by Gregor Schulz's avatar Gregor Schulz
Browse files

fix BACKEND_GRAPHQL_URL

parent 314e39c4
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ resource "google_cloud_run_service" "moderation_federator" {
env {
name = "BACKEND_GRAPHQL_URL"
value = "https://${trim(local.backend_domain, ".")}/graphql"
value = "https://${trim(local.environment_backend_domain, ".")}/graphql"
}
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