diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-01 01:52:30 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-01 01:52:30 -0400 |
commit | 9891b2636245aad1412cf3ead88ba69e35fdc352 (patch) | |
tree | 812b6f67df640be803834932750f0e5c9bbabafb | |
parent | 2657469964e24ffbeb905024532120395f6e797c (diff) | |
download | donetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.tar.gz donetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.tar.bz2 donetick-frontend-9891b2636245aad1412cf3ead88ba69e35fdc352.zip |
chore: Update API URL in development environment configuration file
-rw-r--r-- | .env.development | 2 |
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 |