|
Teonet library
0.4.7
|
File: conf.h Author: Kirill Scherba kirill@scherba.ru More...
#include <teo_web_conf.h>
Data Fields | |
| long | http_port |
| char | document_root [KSN_BUFFER_SM_SIZE] |
| char | l0_server_name [KSN_BUFFER_SM_SIZE] |
| long | l0_server_port |
| char | auth_server_url [KSN_BUFFER_SM_SIZE] |
File: conf.h Author: Kirill Scherba kirill@scherba.ru
Teonet web application configuration module
Created on November 29, 2015, 6:04 AM Teoweb configuration structure
| char teoweb_config::auth_server_url[KSN_BUFFER_SM_SIZE] |
Referenced by teowebConfigRead().
| char teoweb_config::document_root[KSN_BUFFER_SM_SIZE] |
Referenced by ksnHTTPInit(), and teowebConfigRead().
| long teoweb_config::http_port |
Referenced by ksnHTTPInit(), and teowebConfigRead().
| char teoweb_config::l0_server_name[KSN_BUFFER_SM_SIZE] |
Referenced by teowebConfigRead().
| long teoweb_config::l0_server_port |
Referenced by teowebConfigRead().