From 3752a0df88abe2ae2e1f2a8b2d78aff0e314390d Mon Sep 17 00:00:00 2001 From: susie-laptop Date: Sat, 29 Mar 2025 14:45:04 -0400 Subject: [PATCH] upload environment files --- .env.development | 3 +++ .env.production | 3 +++ .gitignore | 3 +-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..6f683d1 --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +VITE_PORT = 8080 +VITE_PROD = false +VITE_API_URL = "http://81.69.223.133:58008" diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..6f683d1 --- /dev/null +++ b/.env.production @@ -0,0 +1,3 @@ +VITE_PORT = 8080 +VITE_PROD = false +VITE_API_URL = "http://81.69.223.133:58008" diff --git a/.gitignore b/.gitignore index b260b04..54f07af 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,4 @@ dist-ssr *.ntvs* *.njsproj *.sln -*.sw? -.env* \ No newline at end of file +*.sw? \ No newline at end of file