445be5f7ff
- ajouté répertoire static, defaut pour aller chercher les fichiers - ajouté sample_config.js, cf README
7 lines
No EOL
131 B
JavaScript
7 lines
No EOL
131 B
JavaScript
// Configuration file for the server
|
|
|
|
module.exports = {
|
|
"port": 9000,
|
|
"key": "certif/server.key",
|
|
"cert": "certif/server.crt"
|
|
} |