We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f30c00 commit 6532822Copy full SHA for 6532822
.example.env
@@ -1,4 +1,5 @@
1
SERVICE_PORT=3312
2
-USE_WORKER="false"
+USE_WORKER=false
3
+LOG_TO_FILE=false
4
API_TOKEN="" # For get sharing url
5
# SESSION_ID_COOKIE="XXXX" # If lib YaHMAC is invalid you can set your cookies and summarize articles/text (video requires valid YaHMAC)
Dockerfile
@@ -7,6 +7,7 @@ COPY src src
7
RUN bun install
8
9
ENV SERVICE_PORT=3312
10
+ENV LOG_TO_FILE=false
11
# ENV USE_WORKER="true"
12
# ENV WORKER_HOST="http://127.0.0.1:7674/browser"
13
# ENV WORKER_HOST_TH="http://127.0.0.1:7674/th"
0 commit comments