diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..b6b727b --- /dev/null +++ b/.env.development @@ -0,0 +1 @@ +VITE_PAYMENTS_CLIENT_TOKEN="test_db18a82311e9ad422408b651177" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..f9e25f5 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VITE_PAYMENTS_CLIENT_TOKEN="live_46ce5f5f30927ea2520afb36d6d" \ No newline at end of file