Skip to content

Commit 6532822

Browse files
committed
chore: added LOG_TO_FILE env
1 parent 4f30c00 commit 6532822

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.example.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SERVICE_PORT=3312
2-
USE_WORKER="false"
2+
USE_WORKER=false
3+
LOG_TO_FILE=false
34
API_TOKEN="" # For get sharing url
45
# SESSION_ID_COOKIE="XXXX" # If lib YaHMAC is invalid you can set your cookies and summarize articles/text (video requires valid YaHMAC)

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY src src
77
RUN bun install
88

99
ENV SERVICE_PORT=3312
10+
ENV LOG_TO_FILE=false
1011
# ENV USE_WORKER="true"
1112
# ENV WORKER_HOST="http://127.0.0.1:7674/browser"
1213
# ENV WORKER_HOST_TH="http://127.0.0.1:7674/th"

0 commit comments

Comments
 (0)