false, // 'site_name' => 'My Site', // Docs: /admin/docs/matomo // 'matomo_url' => 'https://matomo.example.com/', // 'matomo_site_id' => '1', // Docs: /admin/docs/admin-auth — generate a hash with: // php -r "echo password_hash('yourpassword', PASSWORD_DEFAULT), PHP_EOL;" // or use the built-in /admin/password-hash form. // 'admin_username' => 'admin', // 'admin_password_hash' => '$2y$10$...', // Docs: /admin/docs/database // 'db_driver' => 'sqlite', // 'db_path' => __DIR__ . '/../data/novaconium.sqlite', // 'db_migrations_dir' => __DIR__ . '/migrations', ];