Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a revert test, sigh
  • Loading branch information
DreadKnight committed Oct 17, 2020
1 parent 175a4be commit 6c15f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -5,7 +5,7 @@ const compression = require('compression');
const express = require('express');
const app = express();
const port = process.env.PORT || 8383;
const ip = process.env.IP || online.ancientbeast.com; // Use specified IP to bind to otherwise, bind to default for the API
const ip = process.env.IP || null; // Use specified IP to bind to otherwise, bind to default for the API

// Enable gzip compression
app.use(compression());
Expand Down

0 comments on commit 6c15f79

Please sign in to comment.