52 lines
1010 B
INI
52 lines
1010 B
INI
# Player Configuration File
|
|
# This file is automatically generated and updated by the signage player
|
|
# DO NOT EDIT MANUALLY unless you know what you're doing
|
|
|
|
[server]
|
|
# DigiServer URL (without trailing slash)
|
|
server_url = http://localhost:5000
|
|
|
|
[player]
|
|
# Player hostname/identifier (must be unique)
|
|
hostname =
|
|
|
|
# Player authentication code (obtained after first authentication)
|
|
auth_code =
|
|
|
|
# Player ID (assigned by server)
|
|
player_id =
|
|
|
|
# Group ID (assigned by server)
|
|
group_id =
|
|
|
|
[display]
|
|
# Display orientation: Landscape or Portrait
|
|
orientation = Landscape
|
|
|
|
# Screen resolution (width x height)
|
|
resolution = 1920x1080
|
|
|
|
[security]
|
|
# Enable SSL certificate verification
|
|
verify_ssl = true
|
|
|
|
# Connection timeout in seconds
|
|
timeout = 30
|
|
|
|
[cache]
|
|
# Local cache directory for downloaded content
|
|
cache_dir = ./cache
|
|
|
|
# Maximum cache size in MB
|
|
max_cache_size = 1024
|
|
|
|
[logging]
|
|
# Enable logging
|
|
enabled = true
|
|
|
|
# Log level: DEBUG, INFO, WARNING, ERROR
|
|
log_level = INFO
|
|
|
|
# Log file path
|
|
log_file = ./player.log
|