Files
adyen-web/env.default

30 lines
695 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
####################
#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