diff --git a/.env.production b/.env.production deleted file mode 100644 index 985148c..0000000 --- a/.env.production +++ /dev/null @@ -1,12 +0,0 @@ -# API Configuration -VITE_API_URL=https://simple-travel.felixits.uz/api/v1/ -VITE_API_TIMEOUT=30000 - -# App Configuration -VITE_APP_NAME=simple-travel-admin -VITE_APP_VERSION=1.0.0 - -# Environment -NODE_ENV=production - - diff --git a/.example.env b/.example.env deleted file mode 100644 index 6b9c50b..0000000 --- a/.example.env +++ /dev/null @@ -1 +0,0 @@ -VITE_API_URL=string \ No newline at end of file