1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00

Change default port to 10412

This commit is contained in:
Cadence Ember 2020-09-01 01:24:34 +12:00
parent c573a5ac3e
commit 41e860facb
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412

View File

@ -5,7 +5,7 @@ const {setInstance} = require("pinski/plugins")
await require("./api/utils/upgradedb")()
const server = new Pinski({
port: 8080,
port: 10412,
relativeRoot: __dirname,
filesDir: "html"
})