diff --git a/.env.development b/.env.development index 494acd4..66db44e 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1 @@ -VITE_BASE_URL = 'http://localhost:5157' -PORT = 5158 \ No newline at end of file +VITE_BASE_URL = 'http://localhost:5157' \ No newline at end of file diff --git a/.env.production b/.env.production index 423817f..648a5c7 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1 @@ -VITE_BASE_URL = 'http://192.168.123.199:5157' -PORT = 5158 \ No newline at end of file +VITE_BASE_URL = 'http://39.105.149.197:5157' \ No newline at end of file