"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const accessConfiguration = {
http: {
hostname: 'localhost',
port: 3001,
},
};
exports.default = accessConfiguration;