config.php 375 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'db' => [
  4. 'dsn' => 'mysql:host=tfb-database;dbname=hello_world',
  5. 'username' => 'benchmarkdbuser',
  6. 'password' => 'benchmarkdbpass',
  7. ],
  8. 'language' => 'en',
  9. 'development_on' => false,
  10. 'template_on' => true,
  11. 'cache_on' => false,
  12. 'stdlib_on' => true,
  13. 'maintenance_on' => false,
  14. ];