27 lines
598 B
YAML
27 lines
598 B
YAML
projectName: HanwhaNexacroDemo
|
|
applicationId: hanwha.demo.app
|
|
appTitle: Hanwha Nexacro Demo
|
|
previewTitle: Hanwha Nexacro Demo Preview
|
|
themeId: theme::demo
|
|
apiBase: /api
|
|
layout:
|
|
width: 1440
|
|
height: 900
|
|
service:
|
|
apiServiceId: svcApi
|
|
apiUrl: /api
|
|
fileServiceId: svcFile
|
|
fileUrl: /api
|
|
sharedDatasets:
|
|
- id: dsSession
|
|
columns:
|
|
- { id: username, type: STRING }
|
|
- { id: roleCode, type: STRING }
|
|
- { id: fullName, type: STRING }
|
|
- id: dsMessage
|
|
columns:
|
|
- { id: level, type: STRING }
|
|
- { id: code, type: STRING }
|
|
- { id: message, type: STRING }
|
|
|