mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 15:16:39 +08:00
5 lines
206 B
Batchfile
5 lines
206 B
Batchfile
set GIN_MODE=debug
|
|
set SQL_DSN=root:123456@tcp(localhost:3306)/oneapi
|
|
set REDIS_CONN_STRING=redis://:jifeng123Redis@www.jifeng.online:8867/3
|
|
set SYNC_FREQUENCY=1800
|
|
one-api.exe --port 3000 --log-dir ./logs |