|
8 | 8 |
|
9 | 9 | $config = array( |
10 | 10 |
|
11 | | - /* |
12 | | - * Fill the serverName |
13 | | - */ |
14 | | - 'serverName' => 'localhost', |
| 11 | + /* |
| 12 | + * Fill the serverName |
| 13 | + */ |
| 14 | + 'serverName' => 'localhost', |
15 | 15 |
|
16 | | - /* |
17 | | - * If you want to use the default port, please comment option 'port' |
18 | | - */ |
19 | | - 'port' => 3306, |
| 16 | + /* |
| 17 | + * If you want to use the default port, please comment option 'port' |
| 18 | + */ |
| 19 | + 'port' => 3306, |
20 | 20 |
|
21 | | - /* |
22 | | - * Fill the user name |
23 | | - */ |
24 | | - 'userName' => 'stats', |
| 21 | + /* |
| 22 | + * Fill the user name |
| 23 | + */ |
| 24 | + 'userName' => 'stats', |
25 | 25 |
|
26 | | - /* |
27 | | - * Fill the password |
28 | | - */ |
29 | | - 'password' => 'stats', |
| 26 | + /* |
| 27 | + * Fill the password |
| 28 | + */ |
| 29 | + 'password' => 'stats', |
30 | 30 |
|
31 | | - /* |
32 | | - * Fill the database name |
33 | | - */ |
34 | | - 'databaseName' => 'STATS', |
| 31 | + /* |
| 32 | + * Fill the database name |
| 33 | + */ |
| 34 | + 'databaseName' => 'STATS', |
35 | 35 |
|
36 | 36 | /* |
37 | 37 | * Fill the table name for statistics |
38 | 38 | */ |
39 | 39 | 'statisticsTableName' => 'statisticsTableName', |
40 | 40 |
|
41 | | - /* |
42 | | - * Fill the table name for identityProvidersMap |
43 | | - */ |
44 | | - 'identityProvidersMapTableName' => 'identityProvidersMap', |
| 41 | + /* |
| 42 | + * Fill the table name for identityProvidersMap |
| 43 | + */ |
| 44 | + 'identityProvidersMapTableName' => 'identityProvidersMap', |
45 | 45 |
|
46 | 46 | /* |
47 | 47 | * Fill the table name for serviceProviders |
48 | 48 | */ |
49 | 49 | 'serviceProvidersMapTableName' => 'serviceProvidersMap', |
50 | 50 |
|
51 | | - /* |
52 | | - * Fill true, if you want to use encryption, false if not. |
53 | | - */ |
54 | | - 'encryption' => true/false, |
| 51 | + /* |
| 52 | + * Fill true, if you want to use encryption, false if not. |
| 53 | + */ |
| 54 | + 'encryption' => true / false, |
55 | 55 |
|
56 | | - /* |
57 | | - * The path name to the certificate authority file. |
58 | | - * |
59 | | - * If you use encryption, you must fill this option. |
60 | | - */ |
61 | | - 'ssl_ca' => '/example/ca.pem', |
| 56 | + /* |
| 57 | + * The path name to the certificate authority file. |
| 58 | + * |
| 59 | + * If you use encryption, you must fill this option. |
| 60 | + */ |
| 61 | + 'ssl_ca' => '/example/ca.pem', |
62 | 62 |
|
63 | | - /* |
64 | | - * The path name to the certificate file. |
65 | | - * |
66 | | - * If you use encryption, you must fill this option. |
67 | | - */ |
68 | | - 'ssl_cert_path' => '/example/cert.pem', |
| 63 | + /* |
| 64 | + * The path name to the certificate file. |
| 65 | + * |
| 66 | + * If you use encryption, you must fill this option. |
| 67 | + */ |
| 68 | + 'ssl_cert_path' => '/example/cert.pem', |
69 | 69 |
|
70 | | - /* |
71 | | - * The path name to the key file. |
72 | | - * |
73 | | - * If you use encryption, you must fill this option. |
74 | | - */ |
75 | | - 'ssl_key_path' => '/example/key.pem', |
| 70 | + /* |
| 71 | + * The path name to the key file. |
| 72 | + * |
| 73 | + * If you use encryption, you must fill this option. |
| 74 | + */ |
| 75 | + 'ssl_key_path' => '/example/key.pem', |
76 | 76 |
|
77 | | - /* |
78 | | - * The pathname to a directory that contains trusted SSL CA certificates in PEM format. |
79 | | - * |
80 | | - * If you use encryption, you must fill this option. |
81 | | - */ |
82 | | - 'ssl_ca_path' => '/etc/ssl', |
| 77 | + /* |
| 78 | + * The pathname to a directory that contains trusted SSL CA certificates in PEM format. |
| 79 | + * |
| 80 | + * If you use encryption, you must fill this option. |
| 81 | + */ |
| 82 | + 'ssl_ca_path' => '/etc/ssl', |
83 | 83 |
|
84 | 84 | ); |
0 commit comments