webssh2/config.json
billchurch 9a9cf5cdc0 Initial config file
Moved configuration variables from index.js to config.json using
read-config.
2016-05-20 10:39:58 -04:00

18 lines
No EOL
236 B
JSON

{
"listen": {
"ip": "127.0.0.1",
"port": 2222
},
"user": {
"name": null,
"password": null
},
"ssh": {
"host": null,
"port": 22
},
"header": {
"text": "My Header",
"background": "green"
}
}