# DPTechnics breakout-server configuration # If you want the breakout-server to run # on the foreground, change the daemon flag # to false. daemon true # By default the breakout server will listen # on port 80, you can change this behaviour # here by selecting an other port. listen_port 9999 # This path points to the SQLite3 database # used by the breakout server. Remove the ';' # to change the location. ;database /etc/dptechnics.db # Network settings in seconds. If you dont # know what they mean, it's best to keep # the defaults. ;keep_alive_time 20 ;network_timeout 30 ;ubus_timeout 1000 # The file to serve in a folder when no # file was explicitly requested. ;index_file index.html # The root file directory of the server. ;document_root /www # The prefix that preceeds any api request # you can change this to anything you want # by default this is '/api'. Note the preceeding # slash is neaccesary. ;api_prefix /api # The URL where the breakout server must # search for new firmware verions. ;public_firmware_uri http://firmware.dptechnics.com/dptv1/versions.json # The filepath to which the firmware must # be downloaded. ;firmware_download_path /tmp/firmware_upgrade.bin # The filename of the downloaded firmware file ;firmware_file_name firmware_upgrade.bin