From a5c72fb59f3105b1c948bc06c18c7311ddcae6cd Mon Sep 17 00:00:00 2001 From: forry Date: Sat, 24 Feb 2024 17:17:52 +0800 Subject: [PATCH] add start.bat --- start.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 start.bat diff --git a/start.bat b/start.bat new file mode 100644 index 00000000..e039b003 --- /dev/null +++ b/start.bat @@ -0,0 +1,2 @@ +set SQL_DSN="root:123456@tcp(localhost:3306)/oneapi" +one-api.exe --port 3000 --log-dir ./logs \ No newline at end of file