Skip to content
  • peterh-gr's avatar
    Made 3rd party keys dependentent on LEKTOR_ENV · 5cb0f192
    peterh-gr authored
    We want to use test keys for Paypal and Stripe when in dev or staging
    environments, so I set things up to work based on the LEKTOR_ENV
    environment variable. I wanted to make the environment variable
    optional for dev environments, but I'm using the lektor-envvars plugin
    and it throws an error if the environment variable doesn't exist.
    
    Issue #45066
    5cb0f192