airship-server
Version:
Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.
25 lines • 637 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
"Server": {
"Host": "127.0.0.1",
"Port": "7008",
"Workers": "1",
"InternalAPISecret": "vbrSKZUeSq9wDGMeI2T9"
},
"VK": {
"development": {
"AppId": 6091922,
"ApiSecret": "ybi9Xz6rqU6I6vaXl7BJ"
},
"test": {
"AppId": 6236469,
"ApiSecret": "YRzBtifnrwRPMhKxmivC"
},
"production": {
"AppId": 6216857,
"ApiSecret": "xhHB6aEMG0xLaiB4mzlW"
}
}
};
//# sourceMappingURL=Config.js.map