View source for Primary Config

generated by installer

**config/config.php**
%%(hl php)
<?php

$wacko_config = [
	'base_url' => 'https://example.com/wiki/',
	'db_charset' => 'utf8mb4',
	'db_collation' => 'utf8mb4_unicode_520_ci',
	'db_driver' => 'mysql_pdo',
	'db_engine' => 'InnoDB',
	'db_host' => 'localhost',
	'db_port' => '3306',
	'db_name' => 'wiki',
	'db_user' => 'db_user_name',
	'db_password' => '',
	'sql_mode_strict' => '1',
	'table_prefix' => 'wacko_',
	'system_seed' => 'c-&P[(13N#Nj62l*mYE4',
	'hashid_seed' => '6MH]g{Fpa}#Ck~I22^X#',
	'recovery_password' => '',
	'wacko_version' => '6.1.25',
];
%%