From 429010140d13ae50ac1f64aa0762476b51b86c68 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 28 Jun 2024 16:21:41 -0400 Subject: add non-secret env vars --- react-frontend/.env.development | 4 ++++ react-frontend/.env.production | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 react-frontend/.env.development create mode 100644 react-frontend/.env.production diff --git a/react-frontend/.env.development b/react-frontend/.env.development new file mode 100644 index 0000000..988eaa6 --- /dev/null +++ b/react-frontend/.env.development @@ -0,0 +1,4 @@ +# .env.development +VITE_API_TITLE=http://localhost:3000 +VITE_BOXEDAPI_TITLE=http://localhost:3000 +VITE_GITHUB_CLIENTID=74468ad0847e527262d9 diff --git a/react-frontend/.env.production b/react-frontend/.env.production new file mode 100644 index 0000000..2277c20 --- /dev/null +++ b/react-frontend/.env.production @@ -0,0 +1,4 @@ +# .env.production +VITE_API_TITLE=https://api.gameholster.com +VITE_BOXEDAPI_TITLE=https://gameholster.boxed.fun +VITE_GITHUB_CLIENTID=Ov23liuLmDtxmsXY1zbQ -- cgit v1.2.3