SSOwat/conf.json

16 lines
347 B
JSON
Raw Normal View History

2013-10-15 10:11:39 +02:00
{
2013-10-16 15:54:58 +02:00
"portal_domain": "mydomain.com",
2013-10-15 10:11:39 +02:00
"portal_path": "/ssowat/",
"portal_port": "443",
"portal_scheme": "https",
2013-10-16 11:27:18 +02:00
"domains": [
"mydomain.com",
"myotherdomain.com"
],
2013-10-15 10:11:39 +02:00
"skipped_urls": [
"mydomain.com/megusta",
"myotherdomain.com/somuchwin"
],
"unprotected_urls": ["mydomain.com/yunoprotect"]
}