Skip to content

Commit af6a726

Browse files
committed
Add token to readme
1 parent af0ca76 commit af6a726

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ docker run -d \
3535
-e DB_FILE=/config/api.db `#optional` \
3636
-e INVALIDATE_HOURS=24 `#optional` \
3737
-e PAT=token `#optional` \
38+
-e SCARF_TOKEN=token `#optional` \
3839
-e URL=http://localhost:8000 `#optional` \
3940
-p 8000:8000 \
4041
-v /path/to/lsio-api/config:/config \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ full_custom_readme: |
4040
-e DB_FILE=/config/api.db `#optional` \
4141
-e INVALIDATE_HOURS=24 `#optional` \
4242
-e PAT=token `#optional` \
43+
-e SCARF_TOKEN=token `#optional` \
4344
-e URL=http://localhost:8000 `#optional` \
4445
-p 8000:8000 \
4546
-v /path/to/lsio-api/config:/config \

0 commit comments

Comments
 (0)