docs: add readme and example .env
This commit is contained in:
parent
533e382e0e
commit
ccd4d82194
2 changed files with 111 additions and 0 deletions
8
.env.example
Normal file
8
.env.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue