34 lines
892 B
YAML
34 lines
892 B
YAML
|
kasmguac:
|
||
|
cluster_size: CLUSTER_SIZE
|
||
|
id: 00000000-0000-0000-0000-000000000000
|
||
|
kasm_delete_session_watch_interval: 60
|
||
|
port: 3000
|
||
|
registration_token: REGISTRATION_TOKEN
|
||
|
server_address: SERVER_ADDRESS
|
||
|
server_port: SERVER_PORT
|
||
|
zone: ZONE
|
||
|
recording:
|
||
|
default_width: 1920
|
||
|
default_height: 1080
|
||
|
default_framerate: 12
|
||
|
default_bitrate: 8
|
||
|
retention_period_in_hours: 24
|
||
|
encoding_queue_size: 2
|
||
|
processing_interval: 30
|
||
|
processing_cutoff: 30
|
||
|
summary_interval: 300
|
||
|
summary_include_intial_logs: true
|
||
|
logging:
|
||
|
errorEventName: error
|
||
|
logDirectory: /opt/kasm/current/log/
|
||
|
fileNamePattern: kasmguac-<DATE>.log
|
||
|
dateFormat: YYYY.MM.DD
|
||
|
timestampFormat: YYYY-MM-DD HH:mm:ss.SSS
|
||
|
api:
|
||
|
hostnames: ["kasm-proxy"]
|
||
|
port: 443
|
||
|
auth_token: JWTTOKEN
|
||
|
allow_self_signed_cert: true
|
||
|
hostname_refresh_interval: 30
|
||
|
public_jwt_cert: PUBLICCERT
|