Nelson Chan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
server/server.js
|
|
@ -17,6 +17,7 @@ const args = require('args-parser')(process.argv); |
|
|
|
const prometheusAPIMetrics = require('prometheus-api-metrics'); |
|
|
|
const { basicAuth } = require("./auth"); |
|
|
|
const {login} = require("./auth"); |
|
|
|
const passwordHash = require('./password-hash'); |
|
|
|
const version = require('../package.json').version; |
|
|
|
const hostname = args.host || "0.0.0.0" |
|
|
|
const port = args.port || 3001 |
|
|
|