Spaces:
Running
Running
Update config.yml
#1
by
eienmojiki
- opened
- 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 |
|