First server executable
This commit is contained in:
10
config_example.json
Normal file
10
config_example.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
// Required
|
||||
"host": "localhost",
|
||||
"port": 0,
|
||||
|
||||
// Optional
|
||||
"devices_filename": "devices.json",
|
||||
"cert_file": "path/to/file",
|
||||
"key_file": "path/to/file"
|
||||
}
|
||||
Reference in New Issue
Block a user