NEXT_PUBLIC_API_URL=https://guidedhearts.grettatrading.com/api
# NEXT_PUBLIC_API_URL=http://localhost:4000/api

# Authorize.net Accept.js (client-side card tokenization) — these are the PUBLIC api login ID + client
# key pair (not the secret transaction key), safe to expose to the browser by design. Leave blank to
# disable the card-payment option on checkout until sandbox/production credentials are configured.
# Get the client key via Authorize.net Merchant Interface > Account > Settings > Security Settings >
# General Security Settings > Manage Public Client Key.
NEXT_PUBLIC_AUTHORIZE_NET_API_LOGIN_ID=7pc24DeFx
NEXT_PUBLIC_AUTHORIZE_NET_CLIENT_KEY=3f6cbyrpuyWr6jUM6FFvCz8SSNjAQBmGpS96CJx85j4P9275jw3Nw7wG2eJRnh5b
NEXT_PUBLIC_AUTHORIZE_NET_ENVIRONMENT=sandbox
