bingloo commited on
Commit
3cb4c75
1 Parent(s): 90f2ab6

Upload start.mjs

Browse files
Files changed (1) hide show
  1. start.mjs +1 -1
start.mjs CHANGED
@@ -3,7 +3,7 @@
3
  import { WebDAVServer } from "@filen/webdav"
4
 
5
  const hostname = "0.0.0.0"
6
- const port = 1900
7
  const https = false
8
  const server = new WebDAVServer({
9
  hostname,
 
3
  import { WebDAVServer } from "@filen/webdav"
4
 
5
  const hostname = "0.0.0.0"
6
+ const port = process.env.PORT || 1900
7
  const https = false
8
  const server = new WebDAVServer({
9
  hostname,