Files
uploader/.env
2026-03-11 23:23:40 +08:00

17 lines
655 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
UPLOAD_TOKEN=
# 多个上传接口 URL用 ; 或 , 分隔(不要用 ':' 分隔)
# 例UPLOAD_ENDPOINTS=http://127.0.0.1:8317/v0/management/auth-files;http://127.0.0.1:46344/v0/management/auth-files
UPLOAD_ENDPOINTS=
# 默认 endpoint当未设置 UPLOAD_ENDPOINTS 且未传 --endpoint 时使用)
UPLOAD_ENDPOINT=http://127.0.0.1:8317/v0/management/auth-files
# 默认 SQLite DB 文件名(当未传 --db 时使用)
UPLOAD_DB=upload_state.sqlite3
# JSON 子目录:支持绝对路径或相对 --dir 的路径
# Linux 示例:/usr/local/openai_register/tokens
# Windows 示例C:\Users\<you>\Desktop\tokens\tokens
UPLOAD_JSON_SUBDIR=