ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
utils::EngineCommonConfig Struct Reference

엔진 공통 설정을 저장하는 구조체. More...

#include <engine_config.hpp>

Public Attributes

int api_port {}
 API 서버 포트 번호
 
int local_sql_port {}
 로컬 SQL 서버 포트 번호
 
std::string local_sql_url
 로컬 SQL 접속 URL
 
std::string db_dir
 데이터베이스 파일 저장 디렉토리
 
bool debug {}
 디버그 모드 활성화 여부
 
std::string license
 라이선스 파일 경로
 
std::string public_key_path
 공개키 파일 경로 (선택적)
 

Detailed Description

엔진 공통 설정을 저장하는 구조체.

설정 파일의 "common" 섹션에 해당합니다.


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