diff --git a/ui/.env.example b/ui/.env.example new file mode 100644 index 0000000..57a3ed9 --- /dev/null +++ b/ui/.env.example @@ -0,0 +1,2 @@ +NEXT_PUBLIC_WS_URL=ws://localhost:3001 +NEXT_PUBLIC_API_URL=http://localhost:3001/api \ No newline at end of file