diff options
Diffstat (limited to '.env.development')
-rw-r--r-- | .env.development | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..495d100 --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +VITE_APP_API_URL=http://localhost:8000 +VITE_APP_REDIRECT_URL=http://localhost:5173 +VITE_APP_GOOGLE_CLIENT_ID=USE_YOUR_OWN_CLIENT_ID
\ No newline at end of file |