synergy-service/config/synergy.conf
ervin 94a6072d7f Authorization section updated
Change-Id: If0640165649adb039846443535fc94c1eaa17e22
2017-09-08 11:23:18 +02:00

45 lines
923 B
Plaintext

[DEFAULT]
[Logger]
# set the logging file name
filename = /var/log/synergy/synergy.log
# set the logging level. Valid values are: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET.
level = INFO
# set the format of the logged messages
formatter = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
# set the max file size
maxBytes = 1048576
# set the logging rotation threshold
backupCount = 100
[WSGI]
# set the Synergy hostname
host = SYNERGY_HOST
# set the WSGI port (default: 8051)
port = 8051
# set the number of threads
threads = 2
# set the SSL
use_ssl = False
#ssl_ca_file =
#ssl_cert_file =
#ssl_key_file =
max_header_line = 16384
retry_until_window = 30
tcp_keepidle = 600
backlog = 4096
[Authorization]
# set the authorization plugin (default: synergy.auth.plugin.LocalHostAuthorization)
plugin = synergy_scheduler_manager.auth.plugin.KeystoneAuthorization
policy_file = /etc/synergy/policy.json