Skip to content

Commit

Permalink
add new app setting vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 12, 2024
1 parent 5408e3e commit d1c72bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ module "middleware_api" {

app_settings = {
WEBSITES_PORT = "8081"
PORT = "8081"
POSTGRES_HOST = module.database.postgres_fqdn
POSTGRES_DB = module.database.postgres_db_name
POSTGRES_USER = module.database.postgres_user
POSTGRES_PASSWORD = module.vault.postgres_password
WEBSITES_CONTAINER_START_TIME_LIMIT = 500
DEBUG = true
}

lb_subnet_id = module.networking.lbsubnet_id
Expand Down

0 comments on commit d1c72bd

Please sign in to comment.