diff --git a/.env.production b/.env.production index fa578f2..b4199dc 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -API_URL=http://10.100.0.81:8090/api +API_URL=http://localhost:8090/api NEXTAUTH_SECRET=secret NEXTAUTH_URL=http://10.100.0.81:3000 NEXT_PUBLIC_API_URL=http://10.100.0.81:8090/api \ No newline at end of file