|
1 | 1 | <?php |
2 | 2 | /** |
3 | | - * This is example configuration of SimpleSAMLphp Perun interface and additional features. |
| 3 | + * This is an example configuration of SimpleSAMLphp Perun interface and additional features. |
4 | 4 | * Copy this file to default config directory and edit the properties. |
5 | 5 | * |
6 | 6 | * @author Pavel Vyskočil <[email protected]> |
|
9 | 9 | $config = [ |
10 | 10 |
|
11 | 11 | /* |
12 | | - * Choose one from the following modes: PROXY, IDP, SP |
| 12 | + * Choose one of the following modes: PROXY, IDP, SP |
13 | 13 | */ |
14 | 14 | 'mode' => '', |
15 | 15 |
|
|
38 | 38 | 'spName' => '', |
39 | 39 |
|
40 | 40 | /* |
41 | | - * Fill config for SimpleSAML\Database. |
| 41 | + * Config for SimpleSAML\Database. |
42 | 42 | * If not set, the global config is used. |
43 | 43 | * @see SimpleSAML\Database |
44 | 44 | */ |
|
49 | 49 |
|
50 | 50 | /** |
51 | 51 | * Configuration for SSL |
52 | | - * If you want to use SSL you must filled this value and uncomment block of code |
| 52 | + * If you want to use SSL, fill these values and uncomment the block of code |
53 | 53 | */ |
54 | 54 | /* |
55 | 55 | 'database.driver_options' => [ |
|
78 | 78 | 'userIdAttribute' => 'uid', |
79 | 79 |
|
80 | 80 | /* |
81 | | - * Fill the table name for statistics |
| 81 | + * Table name for statistics |
82 | 82 | */ |
83 | 83 | 'statisticsTableName' => 'statisticsTableName', |
84 | 84 |
|
85 | 85 | /* |
86 | | - * Fill the table name for detailed statistics |
| 86 | + * Table name for detailed statistics |
87 | 87 | * @default |
88 | 88 | */ |
89 | 89 | 'detailedStatisticsTableName' => 'statistics_detail', |
90 | 90 |
|
91 | 91 | /* |
92 | | - * Fill the table name for identityProvidersMap |
| 92 | + * Table name for identityProvidersMap |
93 | 93 | */ |
94 | 94 | 'identityProvidersMapTableName' => 'identityProvidersMap', |
95 | 95 |
|
96 | 96 | /* |
97 | | - * Fill the table name for serviceProviders |
| 97 | + * Table name for serviceProviders |
98 | 98 | */ |
99 | 99 | 'serviceProvidersMapTableName' => 'serviceProvidersMap', |
100 | 100 |
|
|
0 commit comments