Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Public Attributes | List of all members
cb::pipeline::appCfg Struct Reference

#include <pipeline.hpp>

Public Attributes

unsigned short webPort
 
const char * webRoot
 
unsigned short rHttpPort
 
int32_t graphExecSec
 
const char * redisHost
 
const char * redisPassword
 
const char * redisPort
 
int32_t redisDBNum = 1
 
bool redisSSL = false
 

Detailed Description

Definition at line 85 of file pipeline.hpp.

Member Data Documentation

◆ graphExecSec

int32_t cb::pipeline::appCfg::graphExecSec

Definition at line 89 of file pipeline.hpp.

Referenced by main().

◆ redisDBNum

int32_t cb::pipeline::appCfg::redisDBNum = 1

Definition at line 93 of file pipeline.hpp.

Referenced by cb::pipeline::app::app(), and main().

◆ redisHost

const char* cb::pipeline::appCfg::redisHost

Definition at line 90 of file pipeline.hpp.

Referenced by cb::pipeline::app::app(), and main().

◆ redisPassword

const char* cb::pipeline::appCfg::redisPassword

Definition at line 91 of file pipeline.hpp.

Referenced by cb::pipeline::app::app(), and main().

◆ redisPort

const char* cb::pipeline::appCfg::redisPort

Definition at line 92 of file pipeline.hpp.

Referenced by cb::pipeline::app::app(), and main().

◆ redisSSL

bool cb::pipeline::appCfg::redisSSL = false

Definition at line 94 of file pipeline.hpp.

Referenced by cb::pipeline::app::app(), and main().

◆ rHttpPort

unsigned short cb::pipeline::appCfg::rHttpPort

Definition at line 88 of file pipeline.hpp.

Referenced by main().

◆ webPort

unsigned short cb::pipeline::appCfg::webPort

Definition at line 86 of file pipeline.hpp.

Referenced by main().

◆ webRoot

const char* cb::pipeline::appCfg::webRoot

Definition at line 87 of file pipeline.hpp.

Referenced by main().


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