aboutsummaryrefslogtreecommitdiffstats
path: root/.env.development
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-01 01:52:30 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-01 01:52:30 -0400
commit9891b2636245aad1412cf3ead88ba69e35fdc352 (patch)
tree812b6f67df640be803834932750f0e5c9bbabafb /.env.development
parent2657469964e24ffbeb905024532120395f6e797c (diff)
downloaddonetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.tar.gz
donetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.tar.bz2
donetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.zip
chore: Update API URL in development environment configuration file
Diffstat (limited to '.env.development')
-rw-r--r--.env.development2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.development b/.env.development
index 495d100..d19eccf 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,3 @@
-VITE_APP_API_URL=http://localhost:8000
+VITE_APP_API_URL=http://localhost:2021
VITE_APP_REDIRECT_URL=http://localhost:5173
VITE_APP_GOOGLE_CLIENT_ID=USE_YOUR_OWN_CLIENT_ID \ No newline at end of file