Delete auth/file front variables (#4455)

This commit is contained in:
Félix Malfait
2024-03-19 22:19:40 +01:00
committed by GitHub
parent 4bfb90657f
commit b6e8bb1a6c
9 changed files with 10 additions and 36 deletions

View File

@ -229,14 +229,6 @@ resource "azurerm_container_app" "twenty_front" {
name = "REACT_APP_SERVER_BASE_URL"
value = "https://${azurerm_container_app.twenty_server.ingress[0].fqdn}"
}
env {
name = "REACT_APP_SERVER_AUTH_URL"
value = "https://${azurerm_container_app.twenty_server.ingress[0].fqdn}/auth"
}
env {
name = "REACT_APP_SERVER_FILES_URL"
value = "https://${azurerm_container_app.twenty_server.ingress[0].fqdn}/files"
}
}
}
}