From 57b8ad25257310c2b3be7ff2b75407de41b66bd1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:25:29 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- .env.development | 1 + .env.production | 1 + 2 files changed, 2 insertions(+) create mode 100644 .env.development create mode 100644 .env.production 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