diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..abe3c34 --- /dev/null +++ b/start.bat @@ -0,0 +1,9 @@ +@echo off +REM Start GoMag Import Manager - Windows (NSSM service) +cd /d "%~dp0" + +set TNS_ADMIN=C:\roa\instantclient_11_2_0_2 +set PATH=C:\app\Server\product\18.0.0\dbhomeXE\bin;%PATH% + +cd api +"%~dp0venv\Scripts\python.exe" -m uvicorn app.main:app --host 0.0.0.0 --port 5003