@@ -220,7 +220,7 @@ discard block |
||
| 220 | 220 | 'db' => 'cat', |
| 221 | 221 | 'user' => 'kitty', |
| 222 | 222 | 'pass' => 'somepass', |
| 223 | - 'readonly' => FALSE,], |
|
| 223 | + 'readonly' => FALSE, ], |
|
| 224 | 224 | // this DB stores diagnostics data. The connection details can be |
| 225 | 225 | // identical to INST as there is no table overlap |
| 226 | 226 | 'DIAGNOSTICS' => [ |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | 'db' => 'cat', |
| 229 | 229 | 'user' => 'kitty', |
| 230 | 230 | 'pass' => 'somepass', |
| 231 | - 'readonly' => FALSE,], |
|
| 231 | + 'readonly' => FALSE, ], |
|
| 232 | 232 | // this slice of DB user is about the downloads table. The corresponding |
| 233 | 233 | // DB user should have write access to update statistics and the cache |
| 234 | 234 | // locations of installers. |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | 'db' => 'cat', |
| 239 | 239 | 'user' => 'kitty', |
| 240 | 240 | 'pass' => 'somepass', |
| 241 | - 'readonly' => FALSE,], |
|
| 241 | + 'readonly' => FALSE, ], |
|
| 242 | 242 | // this slice of DB use is about user management in the user_options |
| 243 | 243 | // table. Giving the corresponding user only read-only access means that |
| 244 | 244 | // all user properties have to "magically" occur in the table by OOB |
@@ -249,7 +249,7 @@ discard block |
||
| 249 | 249 | 'db' => 'cat', |
| 250 | 250 | 'user' => 'kitty', |
| 251 | 251 | 'pass' => 'somepass', |
| 252 | - 'readonly' => FALSE,], |
|
| 252 | + 'readonly' => FALSE, ], |
|
| 253 | 253 | /* If you use this tool in conjunction with an external customer management database, you can configure that every |
| 254 | 254 | * institution entry in CAT MUST correspond to a customer entry in an external database. If you want this, set this |
| 255 | 255 | * config variable to TRUE. |
@@ -275,7 +275,7 @@ discard block |
||
| 275 | 275 | 'db' => 'customer_db', |
| 276 | 276 | 'user' => 'customerservice', |
| 277 | 277 | 'pass' => '2lame4u', |
| 278 | - 'readonly' => TRUE,], |
|
| 278 | + 'readonly' => TRUE, ], |
|
| 279 | 279 | /* |
| 280 | 280 | * EXTERNAL_SOURCE is the source only used in the caching script, if you |
| 281 | 281 | * do not use local caching then these settings are irrelevant |
@@ -285,7 +285,7 @@ discard block |
||
| 285 | 285 | 'db' => 'customer_db', |
| 286 | 286 | 'user' => 'customerservice', |
| 287 | 287 | 'pass' => '2lame4u', |
| 288 | - 'readonly' => TRUE,], |
|
| 288 | + 'readonly' => TRUE, ], |
|
| 289 | 289 | |
| 290 | 290 | 'enforce-external-sync' => TRUE, |
| 291 | 291 | ]; |