diff --git a/.env.local.example b/.env.local.example new file mode 100644 index 0000000..91aaf22 --- /dev/null +++ b/.env.local.example @@ -0,0 +1,2 @@ +NEXT_PUBLIC_SOCKET_URL=http://localhost:3000 +NEXT_PUBLIC_APP_URL=http://localhost:3000