diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-02-19 22:51:48 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-02-21 23:55:16 +0530 |
commit | 4536ac2f90994fea7ef2d4046ff9e18dbf26205c (patch) | |
tree | 7c8c8d1fd6438733856fdae312c7788d4132fffb | |
parent | b472b7172a2b31d8a054fd523bc79585e6db3b39 (diff) |
chore: update production url
-rw-r--r-- | client/.env.production | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/.env.production b/client/.env.production index 2015d42..486d0c0 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1,2 +1,2 @@ -VITE_CLIENT_BASE_URL=https://example.com -VITE_SERVER_BASE_URL=https://api.example.com +VITE_CLIENT_BASE_URL=https://bin.tablaster.dev +VITE_SERVER_BASE_URL=https://bin.tablaster.dev |