Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
AppLocalConfigNative Struct Reference

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

Detailed Description

App-local configuration values loaded from app-local config and manifest authority fields.

Definition at line 12 of file native_app_config.h.

Field Documentation

◆ base_path

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().

◆ build_dir

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().

◆ conf_path

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().

◆ debug

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().

◆ error_report_path

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().

◆ log_path

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().

◆ manifest_base_path

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().

◆ manifest_build_artifact_dir

char* AppLocalConfigNative::manifest_build_artifact_dir

◆ manifest_state_path

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().

◆ socket_path

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().

◆ state_dir

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().

◆ state_path

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().


The documentation for this struct was generated from the following file: