Spaces:
Running
Running
eienmojiki
commited on
Commit
•
55b7145
1
Parent(s):
fb67e38
Update config.yml (#1)
Browse files- Update config.yml (daad5d83a33fcda277b61b3f16c350f480d0ddf8)
- config.yml +3 -3
config.yml
CHANGED
@@ -2,16 +2,16 @@
|
|
2 |
|
3 |
---
|
4 |
# Host where server will listen at (default: "0.0.0.0")
|
5 |
-
host: 0.0.0.0
|
6 |
|
7 |
# Port where server will listen at (default: 3033)
|
8 |
-
port: 7860
|
9 |
|
10 |
# Directory where downloaded files will be stored (default: ".")
|
11 |
downloadPath: /home/user/yt-dlp-web-ui/archive
|
12 |
|
13 |
# [optional] Enable RPC authentication (requires username and password)
|
14 |
-
require_auth: false
|
15 |
#username: my_username
|
16 |
#password: my_random_secret
|
17 |
|
|
|
2 |
|
3 |
---
|
4 |
# Host where server will listen at (default: "0.0.0.0")
|
5 |
+
#host: 0.0.0.0
|
6 |
|
7 |
# Port where server will listen at (default: 3033)
|
8 |
+
#port: 7860
|
9 |
|
10 |
# Directory where downloaded files will be stored (default: ".")
|
11 |
downloadPath: /home/user/yt-dlp-web-ui/archive
|
12 |
|
13 |
# [optional] Enable RPC authentication (requires username and password)
|
14 |
+
#require_auth: false
|
15 |
#username: my_username
|
16 |
#password: my_random_secret
|
17 |
|