|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
App-local configuration values loaded from app-local config and manifest authority fields. More...
#include <native_app_config.h>
Data Fields | |
| char * | conf_path |
| char * | build_dir |
| char * | state_dir |
| char * | state_path |
| char * | base_path |
| char * | log_path |
| char * | socket_path |
| char * | error_report_path |
| char * | debug |
| char * | manifest_build_artifact_dir |
| char * | manifest_state_path |
| char * | manifest_base_path |
App-local configuration values loaded from app-local config and manifest authority fields.
Definition at line 12 of file native_app_config.h.
| char* AppLocalConfigNative::base_path |
Base path override from local config.
Definition at line 17 of file native_app_config.h.
Referenced by app_base_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::build_dir |
Build directory override from local config.
Definition at line 14 of file native_app_config.h.
Referenced by app_build_dir_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::conf_path |
App-local configuration file path.
Definition at line 13 of file native_app_config.h.
Referenced by free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::debug |
Debug flag override from local config.
Definition at line 21 of file native_app_config.h.
Referenced by app_debug_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::error_report_path |
Error report path override from local config.
Definition at line 20 of file native_app_config.h.
Referenced by app_error_report_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::log_path |
Log path override from local config.
Definition at line 18 of file native_app_config.h.
Referenced by app_log_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::manifest_base_path |
Base path authority extracted from the manifest.
Definition at line 24 of file native_app_config.h.
Referenced by app_base_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::manifest_build_artifact_dir |
Build artifact dir authority extracted from the manifest.
Definition at line 22 of file native_app_config.h.
Referenced by app_build_dir_local_native(), effective_app_artifact_dir_native(), free_app_local_config_native(), load_app_local_config_native(), and load_app_runtime_for_single_app().
| char* AppLocalConfigNative::manifest_state_path |
State path authority extracted from the manifest.
Definition at line 23 of file native_app_config.h.
Referenced by app_state_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::socket_path |
Socket path override from local config.
Definition at line 19 of file native_app_config.h.
Referenced by free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::state_dir |
State directory override from local config.
Definition at line 15 of file native_app_config.h.
Referenced by app_state_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().
| char* AppLocalConfigNative::state_path |
State file override from local config.
Definition at line 16 of file native_app_config.h.
Referenced by app_state_path_local_native(), free_app_local_config_native(), and load_app_local_config_native().