diff --git a/.env.development.sample b/.env.development.sample index a36c13a..f3314b5 100644 --- a/.env.development.sample +++ b/.env.development.sample @@ -1,2 +1,2 @@ -TEXTSENDER_AUTH_API_URL=http://localhost:9080 -TEXTSENDER_API_URL=http://localhost:9081 +VITE_AUTH_URL="http://localhost:9080" +VITE_API_URL="http://localhost:9081" diff --git a/.env.production.sample b/.env.production.sample index a36c13a..f3314b5 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -1,2 +1,2 @@ -TEXTSENDER_AUTH_API_URL=http://localhost:9080 -TEXTSENDER_API_URL=http://localhost:9081 +VITE_AUTH_URL="http://localhost:9080" +VITE_API_URL="http://localhost:9081"