diff --git a/.env.development b/.env.development index 30b7f0b..83a16ca 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" \ No newline at end of file +VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" +VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807" \ No newline at end of file diff --git a/.env.production b/.env.production index dd94ada..d4581fa 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_API_BASE_URL = "https://api.example.com" \ No newline at end of file +VITE_API_BASE_URL = "https://api.example.com" +VITE_API_BASE_URL_LINK = "https://web.homilychart.com" \ No newline at end of file diff --git a/.env.test b/.env.test index 30b7f0b..76fa27f 100644 --- a/.env.test +++ b/.env.test @@ -1 +1,2 @@ -VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" \ No newline at end of file +VITE_API_BASE_URL = "http://m6cbfb9d.natappfree.cc" +VITE_API_BASE_URL_LINK = "http://121.89.234.155:8807"