Skip to content

Commit

Permalink
feat: add new invoice app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp authored and kahlstrm committed Aug 24, 2024
1 parent c3a7bdd commit 1c78f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/invoicing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ resource "azurerm_linux_web_app" "invoice_generator" {
app_settings = {
PORT = 3000
WEBSITES_PORT = 3000
EXPOSE = 1
BIND_ADDR = "0.0.0.0"
ALLOWED_ORIGINS = "http://localhost:3000,https://tietokilta.fi"
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 1c78f79

Please sign in to comment.