11 lines
296 B
Text
11 lines
296 B
Text
# HTTP server port
|
|
PORT=80
|
|
|
|
# Prepare next ChatGPT account when active usage reaches threshold percent
|
|
CHATGPT_PREPARE_THRESHOLD=85
|
|
|
|
# Switch active ChatGPT account when usage reaches threshold percent
|
|
CHATGPT_SWITCH_THRESHOLD=95
|
|
|
|
# Persistent data directory (tokens, screenshots)
|
|
DATA_DIR=/data
|