LDAP sync
This commit is contained in:
@@ -14,7 +14,7 @@ dotenv.config();
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 3000;
|
||||
const PORT = process.env.PORT || 8888;
|
||||
|
||||
app.set('trust proxy', 1);
|
||||
app.use(
|
||||
|
||||
Reference in New Issue
Block a user