Skip to content

Commit

Permalink
[#IOCOM-365] fixed IO_BACKEND_BASE_URL in fims locals (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
acuiuli authored Jul 12, 2023
1 parent f6d1cc0 commit e2b3297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/04_fims.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
EXPRESS_SERVER_HOSTNAME = "0.0.0.0"
LOG_LEVEL = "debug"
APPLICATION_NAME = "io-openid-provider"
IO_BACKEND_BASE_URL = "https://app-backend.io.pagopa.it"
IO_BACKEND_BASE_URL = "https://api-app.io.pagopa.it"
VERSION = "0.0.1"
MONGODB_URL = data.azurerm_key_vault_secret.mongodb_connection_string_fims.value
AUTHENTICATION_COOKIE_KEY = "X-IO-FIMS-Token"
Expand Down

0 comments on commit e2b3297

Please sign in to comment.