fix example config

This commit is contained in:
severak 2020-01-16 13:07:16 +01:00
parent 398185d02a
commit cc027239f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?php
// path to database
$config['database'] = 'db/milions.sqlite';
$config['database'] = 'db/millions.sqlite';
// MD5 of adminer password
$config['adminer_password'] = 'heslo';
$config['adminer_password'] = md5('heslo');
// secret key (throw something from random.org here)
$config['secret'] = 'blablabla';
return $config;