@@ -20,13 +20,13 @@ discard block |
||
20 | 20 | ] |
21 | 21 | ], |
22 | 22 | 'legal_service_urls' => [ |
23 | - //Any service url string matching any of the following prefixes is accepted |
|
23 | + //Any service url string matching any of the following prefixes is accepted |
|
24 | 24 | 'http://host1.domain:1234/path1', |
25 | 25 | 'https://host2.domain:5678/path2/path3', |
26 | 26 | ], |
27 | 27 | |
28 | 28 | 'legal_target_service_urls' => [ |
29 | - //Any target service url string matching any of the following prefixes is accepted |
|
29 | + //Any target service url string matching any of the following prefixes is accepted |
|
30 | 30 | 'http://host3.domain:4321/path4', |
31 | 31 | 'https://host4.domain:8765/path5/path6', |
32 | 32 | // So is regex |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | ], |
35 | 35 | |
36 | 36 | 'ticketstore' => [ |
37 | - //defaults to filesystem ticket store using the directory 'ticketcache' |
|
37 | + //defaults to filesystem ticket store using the directory 'ticketcache' |
|
38 | 38 | 'class' => 'casserver:FileSystemTicketStore', //Not intended for production |
39 | 39 | 'directory' => 'ticketcache', |
40 | 40 |