Files
trmnl_server_cpp/config_example.json

16 lines
266 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",
"refresh_min": 60,
"refresh_offset": 15
}