taito0 commited on
Commit
a727145
·
verified ·
1 Parent(s): 16c20b7

Update start.js

Browse files
Files changed (1) hide show
  1. start.js +1 -1
start.js CHANGED
@@ -2,7 +2,7 @@ import WebDAVServer from "@filen/webdav"
2
  //WebDAV主机名,如果需要禁止外网访问,请改成127.0.0.1
3
  const hostname = "0.0.0.0"
4
  //WebDAV端口,可改成其他端口
5
- const port = 8080
6
  //是否使用https,暂时不知道怎么配置证书,所以这里禁用了https
7
  const https = false
8
  const server = new WebDAVServer.default({
 
2
  //WebDAV主机名,如果需要禁止外网访问,请改成127.0.0.1
3
  const hostname = "0.0.0.0"
4
  //WebDAV端口,可改成其他端口
5
+ const port = 8888
6
  //是否使用https,暂时不知道怎么配置证书,所以这里禁用了https
7
  const https = false
8
  const server = new WebDAVServer.default({