Whoops, typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-01-10 23:54:55 -03:00
parent 924973a1c6
commit d8f40ea533

View File

@ -7,7 +7,7 @@ const path = require('path');
const app = express();
const address = process.env.PORT || "localhost";
const address = process.env.ADDRESS || "localhost";
const port = process.env.PORT || 3000;
const dataDirectory = process.env.DIRECTORY || __dirname;