diff options
| -rw-r--r-- | react-frontend/.env.development | 4 | ||||
| -rw-r--r-- | react-frontend/.env.production | 4 |
2 files changed, 8 insertions, 0 deletions
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 |
