Files
trmnl_server_cpp/config_example.json

13 lines
223 B
JSON

{
// Required
"host": "localhost",
"port": 0,
"base_url": "https://trmnl.com/",
// Optional
"devices_filename": "devices.json",
"folder_images": "images",
"cert_file": "path/to/file",
"key_file": "path/to/file"
}