8 lines
193 B
Text
8 lines
193 B
Text
# HTTP server port
|
|
PORT=80
|
|
|
|
# Trigger background token refresh when usage reaches threshold percent
|
|
USAGE_REFRESH_THRESHOLD=85
|
|
|
|
# Persistent data directory (tokens, screenshots)
|
|
DATA_DIR=/data
|