Run Backend on 3070

This commit is contained in:
2025-10-01 17:18:08 -05:00
parent 63603529f2
commit f9deff9526
2 changed files with 17 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ import crypto from 'crypto'
import multer from 'multer'
const app = express()
const port = process.env.PORT || 4001
const adminToken = process.env.ADMIN_TOKEN || 'timo'
const port = process.env.PORT || 3070
const adminToken = process.env.ADMIN_TOKEN || 'Driver1'
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)