12 lines
406 B
YAML
12 lines
406 B
YAML
# GUID 수집 프로파일 정의
|
|
profiles:
|
|
default:
|
|
description: "기본 GUID 수집"
|
|
slot_priority: [38, 39, 37, 36, 32, 33, 34, 35, 31, 40]
|
|
output_format: "combined" # combined 또는 individual
|
|
|
|
custom_priority:
|
|
description: "사용자 정의 슬롯 우선순위"
|
|
slot_priority: [] # 런타임에 환경변수 GUID_SLOT_PRIORITY에서 읽음
|
|
output_format: "combined"
|