From 2776f339c642bb2e89122c18a6d27aab02dc84e6 Mon Sep 17 00:00:00 2001 From: donavon04 Date: Fri, 13 Dec 2024 17:05:03 -0700 Subject: [PATCH] Added example env --- frontend/example.env | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/example.env diff --git a/frontend/example.env b/frontend/example.env new file mode 100644 index 0000000..baae485 --- /dev/null +++ b/frontend/example.env @@ -0,0 +1,5 @@ +TIPTAP_PRO_TOKEN='uCNZ0C3gFH2+0yWa5uSbw9oM+lcXMDwGkPEFudU4ONOKC2m/TH5weVx4lU2EEDpD' + +AUTH_SECRET="txvHsSGbEuQ6j3I3YZEyXkVJnPTP/s5vdK4+OJ8sxQo=" # Added by `npx auth`. Read more: https://cli.authjs.dev + +PUBLIC_BASE_URL='http://localhost:3000/api' #This is the address of the backend