add: content_dir config
This commit is contained in:
parent
ab02ebc238
commit
77b2fafaff
6 changed files with 14 additions and 3 deletions
include
|
@ -33,6 +33,7 @@ typedef struct
|
|||
uint16_t server_port;
|
||||
uint16_t discovery_port;
|
||||
uint16_t mqtt_port;
|
||||
char content_dir[1024];
|
||||
char not_found_file[256];
|
||||
char not_found_file_type[256];
|
||||
char not_found_content[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue