traque/sample_config.js

7 lines
131 B
JavaScript
Raw Normal View History

// Configuration file for the server
module.exports = {
"port": 9000,
"key": "certif/server.key",
"cert": "certif/server.crt"
}