Files
adyen-web/env.default
sponglord 12b9356a50 Feature/render iframe labels as divs (#2251)
* Render labels for Card iframes as divs with aria-hidden="true"

* Improved comment in env.default
2023-07-10 12:40:50 +02:00

32 lines
751 B
Plaintext

API_VERSION=v68
CHECKOUT_API_KEY=
MERCHANT_ACCOUNT=
TESTING_ENVIRONMENT=test
ORIGIN=http://localhost:3020
# Playground Port
PORT=3020
#ClientKey - generated per WS User in the Backoffice
CLIENT_KEY=
# test / live
CLIENT_ENV=
####################
# SecuredFields.html src
# - Comment in if loading securedFields from local node server
# - If commenting in - also make sure IS_HTTPS=false
####################
#SF_ENV=http://localhost:8011/
# Enable https. When set it to true, you need to create your own self-signed certificates
# Follow https://web.dev/how-to-use-local-https/
IS_HTTPS=true
# absolute path of your cert and key
CERT_PATH=/home/vagrant/workspace/cert/localhost.pem
CERT_KEY_PATH=/home/vagrant/workspace/cert/localhost-key.pem