Skip to content

Commit

Permalink
fix: envs
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatanaatos committed Aug 11, 2024
1 parent dfcf3cd commit 8335fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/invoicing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ resource "azurerm_linux_web_app" "invoice_generator" {
}
https_only = true
app_settings = {
WEBSITES_PORT = 3000 // TODO: Port is hard-coded in the application
PORT = 3000
WEBSITES_PORT = 3000
EXPOSE = 1
RUST_LOG = "laskugeneraattori=debug,tower_http=debug,axum::rejection=trace"
MAILGUN_URL = var.mailgun_url
MAILGUN_USER = var.mailgun_user
Expand Down

0 comments on commit 8335fa2

Please sign in to comment.