traque/sample_config.js
Sylvain Gay 445be5f7ff Facilité maj site, ajouté rep "static"
- ajouté répertoire static, defaut pour aller chercher les fichiers
- ajouté sample_config.js, cf README
2022-09-12 13:49:35 +02:00

7 lines
No EOL
131 B
JavaScript

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