www.json


Configuration file for the web server. Options include

port

http port the FastX web server will listen on (default 3000)

cors

origin to set to enable CORS (  Access-Control-Allow-Origin: <origin> )

httpsport

https port the FastX web server will listen on (default 3443)

cert_file
Path to the web server’s SSL certificate file

key_file
Path to the web server’s SSL private key file

ca_file
Path to the web server’s Certificate Authority file

pfx_file
Path to the web server’s pfx file (if used)

ciphers

string of ciphers to enable/disable in https

secureProtocol

version of SSL/TLS to enable

 

The following options have moved to settings.json

sshport
port the system’s ssh server is listening on (default 22)

recordLoginAttempts
path to a file that will record every login attempt made to the web server

keepAliveInterval
time in minutes for the server to send a keepalive packet to the client