fix of example config

This commit is contained in:
severak 2020-01-15 13:53:09 +01:00
parent 4fb3d60bc7
commit 5cdf6023cd
1 changed files with 1 additions and 1 deletions

View File

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