2017-03-14 22:12:58 +00:00
|
|
|
# pwsclient config
|
|
|
|
|
|
|
|
# 0 : disable, 1 : verboose, 2 : most verboose
|
2017-03-15 22:41:52 +00:00
|
|
|
debug : 2
|
|
|
|
protocol : http://
|
2017-03-14 22:12:58 +00:00
|
|
|
hostname : pwsserver.docker
|
2017-03-15 09:28:52 +00:00
|
|
|
verifypeer : 0
|
|
|
|
verifyhost : 0
|
2017-03-14 22:12:58 +00:00
|
|
|
# file storing the server 's session id - must be out of DocumentRoot and read/writable by server
|
|
|
|
store : wsess
|
2017-03-15 22:41:52 +00:00
|
|
|
login : dev
|
|
|
|
password : foo
|
|
|
|
key : ed830045da9861d29c46f36b4f4b1a4d4b223408667c52428370e51b615e8769
|
2017-03-14 22:12:58 +00:00
|
|
|
# 0 : display cli, 1 : display html
|
|
|
|
html_output : 0
|
|
|
|
# http authentication
|
|
|
|
http :
|
|
|
|
user :
|
|
|
|
password :
|
|
|
|
# server uris for authentication
|
|
|
|
uri :
|
|
|
|
auth : /ws/auth
|
|
|
|
logout : /ws/logout
|
|
|
|
check : /ws/isauth
|