Initial commit
This commit is contained in:
13
dist/Configuration/DefaultConfiguration.js
vendored
Normal file
13
dist/Configuration/DefaultConfiguration.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.DefaultConfiguration = void 0;
|
||||
exports.DefaultConfiguration = {
|
||||
socketServer: {
|
||||
port: 6301,
|
||||
},
|
||||
executable: {
|
||||
path: '',
|
||||
arguments: [],
|
||||
},
|
||||
};
|
||||
//# sourceMappingURL=DefaultConfiguration.js.map
|
||||
Reference in New Issue
Block a user