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