Skip to content

Commit

Permalink
add paytrail env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 23, 2024
1 parent 3a52168 commit c765ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/m0/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ resource "azurerm_linux_web_app" "frontend" {
SECONDARY_COLOR = "neutral"


# PAYTRAIL_MERCHANT_ID = 375917
# PAYTRAIL_SECRET_KEY = "SAIPPUAKAUPPIAS"
CALLBACK_URL = "https://${local.fqdn}/api/verifyPaymentCallback"
PAYTRAIL_MERCHANT_ID = 375917
PAYTRAIL_SECRET_KEY = "SAIPPUAKAUPPIAS"
CALLBACK_URL = "https://${local.fqdn}/api/verifyPaymentCallback"
# Web auth
STRAPI_TOKEN = var.strapi_token
STRAPI_URL = "https://${azurerm_linux_web_app.strapi.default_hostname}"
Expand Down

0 comments on commit c765ad7

Please sign in to comment.